Html Css Color HEX #391E02 Cocoa Brown

📋 copy color: '#391E02'

red 57 ◦ green 30 ◦ blue 2

#391E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #391E02

Tints of Cocoa Brown #391E02

RGB

 RED value IS 57 (22.66% from 255) = 64.04%

 GREEN value IS 30 (12.11% from 255) = 33.71%

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 64.04%
G = 33.71%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#391E02 (or 0x391E02) is known color: Cocoa Brown. HEX triplet: 39, 1E and 02. RGB value is (57,30,2). Sum of RGB (Red+Green+Blue) = 57+30+2=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E02 is #C6E1FD. Grayscale: #232323. Windows color (decimal): -13033982 or 138809. OLE color: 138809.

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

Color convert

RGB 57 30 2 -
CMYK 0 0.47 0.96 0.78
HSL 30.55º 0.93% 0.12% -
HSV(B) 30.55º 0.96% 0.22% -
XYZ 2.16 1.8 0.29 -
YUV 34.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 57 30 2 0 0.47 0.96 0.78 30.55 0.93 0.12
Hex 39 1E 2 0 2F 60 4E 1F 5D C
Octal 71 36 2 0 57 140 116 37 135 14
Binary 111001 11110 10 0 101111 1100000 1001110 11111 1011101 1100

Color Harmonies of #391E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E02

Black with #391E02

Text Example


Text Example

White with #391E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #391E02;
 }
 .AnyTagClassName
 {
   color: #391E02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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