Html Css Color HEX #391E01 Cocoa Brown

📋 copy color: '#391E01'

red 57 ◦ green 30 ◦ blue 1

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

Shades of Cocoa Brown #391E01

Tints of Cocoa Brown #391E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 64.77%
G = 34.09%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391E01 (or 0x391E01) is known color: Cocoa Brown. HEX triplet: 39, 1E and 01. RGB value is (57,30,1). Sum of RGB (Red+Green+Blue) = 57+30+1=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E01 is #C6E1FE. Grayscale: #222222. Windows color (decimal): -13033983 or 73273. OLE color: 73273.

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

Color convert

RGB 57 30 1 -
CMYK 0 0.47 0.98 0.78
HSL 31.07º 0.97% 0.11% -
HSV(B) 31.07º 0.98% 0.22% -
XYZ 2.16 1.8 0.26 -
YUV 34.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 57 30 1 0 0.47 0.98 0.78 31.07 0.97 0.11
Hex 39 1E 1 0 2F 62 4E 1F 61 B
Octal 71 36 1 0 57 142 116 37 141 13
Binary 111001 11110 1 0 101111 1100010 1001110 11111 1100001 1011

Color Harmonies of #391E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E01

Black with #391E01

Text Example


Text Example

White with #391E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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