#391B00

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

Shades of Cocoa Brown #391B00

Tints of Cocoa Brown #391B00

Color information

#391B00 (or 0x391B00) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1B and 00. RGB value is (57,27,0). Sum of RGB (Red+Green+Blue) = 57+27+0=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #391B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B00 is #C6E4FF. Grayscale: #212121. Windows color (decimal): -13034752 or 6969. OLE color: 6969.

HSL color Cylindrical-coordinate representation of color #391B00: hue angle of 28.42º 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 #391B00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57270-
CMYK00.5310.78
HSL28.42º100%11.18%-
HSV(B)28.42º100%22.35%-
XYZ2.081.650.21-
YUV32.89109.44145.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.86%
G=32.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5727000.5310.7828.4210011.18
Hex391B0035644E1c64b
Octal713300651441163414413
Binary1110011101100110101110010010011101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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