#C08E2D

Color #C08E2D Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C08E2D

Tints of Nugget #C08E2D

Color information

#C08E2D (or 0xC08E2D) is unknown color: approx Nugget. HEX triplet: C0, 8E and 2D. RGB value is (192,142,45). Sum of RGB (Red+Green+Blue) = 192+142+45=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E2D is #3F71D2. Grayscale: #929292. Windows color (decimal): -4157907 or 2985664. OLE color: 2985664.

HSL color Cylindrical-coordinate representation of color #C08E2D: hue angle of 39.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C08E2D is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19214245-
CMYK00.260.770.25
HSL39.59º62.03%46.47%-
HSV(B)39.59º76.56%75.29%-
XYZ31.8830.746.74-
YUV145.8971.06160.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 45 (17.97% from 255) = 11.87%
R=50.66%
G=37.47%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921424500.260.770.2539.5962.0346.47
HexC08E2D01A4D19283e2e
Octal3002165503211531507656
Binary1100000010001110101101011010100110111001101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E2D; }

 p { color: rgb(192,142,45); }

 H1.HeaderClassName
 {
   color: #C08E2D;
 }
 .AnyTagClassName
 {
   color: #C08E2D;
 }
</style>
background-color css

<style>
 a { background-color: #C08E2D; }

 a { background-color: rgb(192,142,45); }

 div.DivClassName
 {
   background-color: #C08E2D;
 }
 .BgClassName
 {
   background-color: #C08E2D;
 }
</style>
border-color css

<style>
 span { border-color: #C08E2D; }

 span { border-color: rgb(192,142,45); }

 td.TdClassName
 {
   border-color: #C08E2D;
 }
 .TagClassName
 {
   border-color: #C08E2D;
 }
</style>