#c1881c

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

Shades of Nugget #C1881C

Tints of Nugget #C1881C

Color information

#C1881C (or 0xC1881C) is unknown color: approx Nugget. HEX triplet: C1, 88 and 1C. RGB value is (193,136,28). Sum of RGB (Red+Green+Blue) = 193+136+28=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1881C is #3E77E3. Grayscale: #8D8D8D. Windows color (decimal): -4093924 or 1870017. OLE color: 1870017.

HSL color Cylindrical-coordinate representation of color #C1881C: hue angle of 39.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1881C is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19313628-
CMYK00.300.850.24
HSL39.27º74.66%43.33%-
HSV(B)39.27º85.49%75.69%-
XYZ31.0129.035.07-
YUV140.7364.38165.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=54.06%
G=38.10%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931362800.300.850.2439.2774.6643.33
HexC1881C01E5518274b2b
Octal30121034036125304711353
Binary1100000110001000111000111101010101110001001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1881c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1881c; }

 p { color: rgb(193,136,28); }

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

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

 a { background-color: rgb(193,136,28); }

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

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

 span { border-color: rgb(193,136,28); }

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