Html Css Color HEX #391F07 Cocoa Brown

📋 copy color: '#391F07'

red 57 ◦ green 31 ◦ blue 7

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

Shades of Cocoa Brown #391F07

Tints of Cocoa Brown #391F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.37%

R = 60%
G = 32.63%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#391F07 (or 0x391F07) is known color: Cocoa Brown. HEX triplet: 39, 1F and 07. RGB value is (57,31,7). Sum of RGB (Red+Green+Blue) = 57+31+7=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F07 is #C6E0F8. Grayscale: #242424. Windows color (decimal): -13033721 or 466745. OLE color: 466745.

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

Color convert

RGB 57 31 7 -
CMYK 0 0.46 0.88 0.78
HSL 28.8º 0.78% 0.13% -
HSV(B) 28.8º 0.88% 0.22% -
XYZ 2.22 1.87 0.44 -
YUV 36.04 111.61 142.95 -
System Red Green Blue C M Y K H S L
Decimal 57 31 7 0 0.46 0.88 0.78 28.8 0.78 0.13
Hex 39 1F 7 0 2E 58 4E 1D 4E D
Octal 71 37 7 0 56 130 116 35 116 15
Binary 111001 11111 111 0 101110 1011000 1001110 11101 1001110 1101

Color Harmonies of #391F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F07

Black with #391F07

Text Example


Text Example

White with #391F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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