Html Css Color HEX #391F01 Cocoa Brown

📋 copy color: '#391F01'

red 57 ◦ green 31 ◦ blue 1

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

Shades of Cocoa Brown #391F01

Tints of Cocoa Brown #391F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.83%

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

R = 64.04%
G = 34.83%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#391F01 (or 0x391F01) is known color: Cocoa Brown. HEX triplet: 39, 1F and 01. RGB value is (57,31,1). Sum of RGB (Red+Green+Blue) = 57+31+1=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F01 is #C6E0FE. Grayscale: #232323. Windows color (decimal): -13033727 or 73529. OLE color: 73529.

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

Color convert

RGB 57 31 1 -
CMYK 0 0.46 0.98 0.78
HSL 32.14º 0.97% 0.11% -
HSV(B) 32.14º 0.98% 0.22% -
XYZ 2.18 1.85 0.27 -
YUV 35.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 57 31 1 0 0.46 0.98 0.78 32.14 0.97 0.11
Hex 39 1F 1 0 2E 62 4E 20 61 B
Octal 71 37 1 0 56 142 116 40 141 13
Binary 111001 11111 1 0 101110 1100010 1001110 100000 1100001 1011

Color Harmonies of #391F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F01

Black with #391F01

Text Example


Text Example

White with #391F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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