Html Css Color HEX #371C05 Cocoa Brown

📋 copy color: '#371C05'

red 55 ◦ green 28 ◦ blue 5

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

Shades of Cocoa Brown #371C05

Tints of Cocoa Brown #371C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.82%

 BLUE value IS 5 (2.34% from 255) = 5.68%

R = 62.5%
G = 31.82%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#371C05 (or 0x371C05) is known color: Cocoa Brown. HEX triplet: 37, 1C and 05. RGB value is (55,28,5). Sum of RGB (Red+Green+Blue) = 55+28+5=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #371C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C05 is #C8E3FA. Grayscale: #212121. Windows color (decimal): -13165563 or 334903. OLE color: 334903.

HSL color Cylindrical-coordinate representation of color #371C05: hue angle of 27.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371C05 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 28 5 -
CMYK 0 0.49 0.91 0.78
HSL 27.6º 0.83% 0.12% -
HSV(B) 27.6º 0.91% 0.22% -
XYZ 2.02 1.65 0.36 -
YUV 33.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 55 28 5 0 0.49 0.91 0.78 27.6 0.83 0.12
Hex 37 1C 5 0 31 5B 4E 1C 53 C
Octal 67 34 5 0 61 133 116 34 123 14
Binary 110111 11100 101 0 110001 1011011 1001110 11100 1010011 1100

Color Harmonies of #371C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C05

Black with #371C05

Text Example


Text Example

White with #371C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,5); }

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

background-color css

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

 a { background-color: rgb(55,28,5); }

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

border-color css

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

 span { border-color: rgb(55,28,5); }

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