Html Css Color HEX #391F00 Cocoa Brown

📋 copy color: '#391F00'

red 57 ◦ green 31 ◦ blue 0

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

Shades of Cocoa Brown #391F00

Tints of Cocoa Brown #391F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.77%
G = 35.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#391F00 (or 0x391F00) is known color: Cocoa Brown. HEX triplet: 39, 1F and 00. RGB value is (57,31,0). Sum of RGB (Red+Green+Blue) = 57+31+0=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F00 is #C6E0FF. Grayscale: #232323. Windows color (decimal): -13033728 or 7993. OLE color: 7993.

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

Color convert

RGB 57 31 0 -
CMYK 0 0.46 1 0.78
HSL 32.63º 1% 0.11% -
HSV(B) 32.63º 1% 0.22% -
XYZ 2.18 1.85 0.24 -
YUV 35.24 108.11 143.52 -
System Red Green Blue C M Y K H S L
Decimal 57 31 0 0 0.46 1 0.78 32.63 1 0.11
Hex 39 1F 0 0 2E 64 4E 21 64 B
Octal 71 37 0 0 56 144 116 41 144 13
Binary 111001 11111 0 0 101110 1100100 1001110 100001 1100100 1011

Color Harmonies of #391F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F00

Black with #391F00

Text Example


Text Example

White with #391F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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