Html Css Color HEX #391F04 Cocoa Brown

📋 copy color: '#391F04'

red 57 ◦ green 31 ◦ blue 4

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

Shades of Cocoa Brown #391F04

Tints of Cocoa Brown #391F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.35%

R = 61.96%
G = 33.7%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#391F04 (or 0x391F04) is known color: Cocoa Brown. HEX triplet: 39, 1F and 04. RGB value is (57,31,4). Sum of RGB (Red+Green+Blue) = 57+31+4=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F04 is #C6E0FB. Grayscale: #232323. Windows color (decimal): -13033724 or 270137. OLE color: 270137.

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

Color convert

RGB 57 31 4 -
CMYK 0 0.46 0.93 0.78
HSL 30.57º 0.87% 0.12% -
HSV(B) 30.57º 0.93% 0.22% -
XYZ 2.2 1.86 0.36 -
YUV 35.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 57 31 4 0 0.46 0.93 0.78 30.57 0.87 0.12
Hex 39 1F 4 0 2E 5D 4E 1F 57 C
Octal 71 37 4 0 56 135 116 37 127 14
Binary 111001 11111 100 0 101110 1011101 1001110 11111 1010111 1100

Color Harmonies of #391F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F04

Black with #391F04

Text Example


Text Example

White with #391F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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