Html Css Color HEX #371F0C Cocoa Brown

📋 copy color: '#371F0C'

red 55 ◦ green 31 ◦ blue 12

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

Shades of Cocoa Brown #371F0C

Tints of Cocoa Brown #371F0C

RGB

 RED value IS 55 (21.88% from 255) = 56.12%

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

 BLUE value IS 12 (5.08% from 255) = 12.24%

R = 56.12%
G = 31.63%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#371F0C (or 0x371F0C) is known color: Cocoa Brown. HEX triplet: 37, 1F and 0C. RGB value is (55,31,12). Sum of RGB (Red+Green+Blue) = 55+31+12=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F0C is #C8E0F3. Grayscale: #242424. Windows color (decimal): -13164788 or 794423. OLE color: 794423.

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

Color convert

RGB 55 31 12 -
CMYK 0 0.44 0.78 0.78
HSL 26.51º 0.64% 0.13% -
HSV(B) 26.51º 0.78% 0.22% -
XYZ 2.13 1.82 0.59 -
YUV 36.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 55 31 12 0 0.44 0.78 0.78 26.51 0.64 0.13
Hex 37 1F C 0 2C 4E 4E 1B 40 D
Octal 67 37 14 0 54 116 116 33 100 15
Binary 110111 11111 1100 0 101100 1001110 1001110 11011 1000000 1101

Color Harmonies of #371F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F0C

Black with #371F0C

Text Example


Text Example

White with #371F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F0C; }

 p { color: rgb(55,31,12); }

 H1.HeaderClassName
 {
   color: #371F0C;
 }
 .AnyTagClassName
 {
   color: #371F0C;
 }
</style>

background-color css

<style>
 a { background-color: #371F0C; }

 a { background-color: rgb(55,31,12); }

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

border-color css

<style>
 span { border-color: #371F0C; }

 span { border-color: rgb(55,31,12); }

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