#391C00

Color #391C00 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #391C00

Tints of Cocoa Brown #391C00

Color information

#391C00 (or 0x391C00) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1C and 00. RGB value is (57,28,0). Sum of RGB (Red+Green+Blue) = 57+28+0=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #391C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C00 is #C6E3FF. Grayscale: #212121. Windows color (decimal): -13034496 or 7225. OLE color: 7225.

HSL color Cylindrical-coordinate representation of color #391C00: hue angle of 29.47º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #391C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57280-
CMYK00.5110.78
HSL29.47º100%11.18%-
HSV(B)29.47º100%22.35%-
XYZ2.11.70.22-
YUV33.48109.11144.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.06%
GREEN value IS 28 (11.33% from 255) = 32.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.06%
G=32.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5728000.5110.7829.4710011.18
Hex391C0033644E1d64b
Octal713400631441163514413
Binary1110011110000110011110010010011101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391C00; }

 p { color: rgb(57,28,0); }

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

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

 a { background-color: rgb(57,28,0); }

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

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

 span { border-color: rgb(57,28,0); }

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