Html Css Color HEX #371C07 Cocoa Brown

📋 copy color: '#371C07'

red 55 ◦ green 28 ◦ blue 7

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

Shades of Cocoa Brown #371C07

Tints of Cocoa Brown #371C07

RGB

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

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

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

R = 61.11%
G = 31.11%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371C07 (or 0x371C07) is known color: Cocoa Brown. HEX triplet: 37, 1C and 07. RGB value is (55,28,7). Sum of RGB (Red+Green+Blue) = 55+28+7=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #371C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C07 is #C8E3F8. Grayscale: #212121. Windows color (decimal): -13165561 or 465975. OLE color: 465975.

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

Color convert

RGB 55 28 7 -
CMYK 0 0.49 0.87 0.78
HSL 26.25º 0.77% 0.12% -
HSV(B) 26.25º 0.87% 0.22% -
XYZ 2.03 1.66 0.41 -
YUV 33.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 55 28 7 0 0.49 0.87 0.78 26.25 0.77 0.12
Hex 37 1C 7 0 31 57 4E 1A 4D C
Octal 67 34 7 0 61 127 116 32 115 14
Binary 110111 11100 111 0 110001 1010111 1001110 11010 1001101 1100

Color Harmonies of #371C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C07

Black with #371C07

Text Example


Text Example

White with #371C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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