Html Css Color HEX #371B03 Cocoa Brown

📋 copy color: '#371B03'

red 55 ◦ green 27 ◦ blue 3

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

Shades of Cocoa Brown #371B03

Tints of Cocoa Brown #371B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 31.76%

 BLUE value IS 3 (1.56% from 255) = 3.53%

R = 64.71%
G = 31.76%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#371B03 (or 0x371B03) is known color: Cocoa Brown. HEX triplet: 37, 1B and 03. RGB value is (55,27,3). Sum of RGB (Red+Green+Blue) = 55+27+3=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #371B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B03 is #C8E4FC. Grayscale: #202020. Windows color (decimal): -13165821 or 203575. OLE color: 203575.

HSL color Cylindrical-coordinate representation of color #371B03: hue angle of 27.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #371B03 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 27 3 -
CMYK 0 0.51 0.95 0.78
HSL 27.69º 0.9% 0.11% -
HSV(B) 27.69º 0.95% 0.22% -
XYZ 1.98 1.6 0.29 -
YUV 32.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 55 27 3 0 0.51 0.95 0.78 27.69 0.9 0.11
Hex 37 1B 3 0 33 5F 4E 1C 5A B
Octal 67 33 3 0 63 137 116 34 132 13
Binary 110111 11011 11 0 110011 1011111 1001110 11100 1011010 1011

Color Harmonies of #371B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B03

Black with #371B03

Text Example


Text Example

White with #371B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,3); }

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

background-color css

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

 a { background-color: rgb(55,27,3); }

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

border-color css

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

 span { border-color: rgb(55,27,3); }

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