#391C02

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

Shades of Cocoa Brown #391C02

Tints of Cocoa Brown #391C02

Color information

#391C02 (or 0x391C02) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1C and 02. RGB value is (57,28,2). Sum of RGB (Red+Green+Blue) = 57+28+2=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391C02 is #C6E3FD. Grayscale: #212121. Windows color (decimal): -13034494 or 138297. OLE color: 138297.

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

Color convert

RGB57282-
CMYK00.510.960.78
HSL28.36º93.22%11.57%-
HSV(B)28.36º96.49%22.35%-
XYZ2.111.70.28-
YUV33.71110.11144.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=65.52%
G=32.18%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5728200.510.960.7828.3693.2211.57
Hex391C2033604E1c5dc
Octal713420631401163413514
Binary11100111100100110011110000010011101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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