Html Css Color HEX #372A1D Cocoa Brown

📋 copy color: '#372A1D'

red 55 ◦ green 42 ◦ blue 29

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

Shades of Cocoa Brown #372A1D

Tints of Cocoa Brown #372A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 43.65%
G = 33.33%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#372A1D (or 0x372A1D) is known color: Cocoa Brown. HEX triplet: 37, 2A and 1D. RGB value is (55,42,29). Sum of RGB (Red+Green+Blue) = 55+42+29=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A1D is #C8D5E2. Grayscale: #2C2C2C. Windows color (decimal): -13161955 or 1911351. OLE color: 1911351.

HSL color Cylindrical-coordinate representation of color #372A1D: hue angle of 30º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #372A1D is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 29 -
CMYK 0 0.24 0.47 0.78
HSL 30º 0.31% 0.16% -
HSV(B) 30º 0.47% 0.22% -
XYZ 2.63 2.56 1.52 -
YUV 44.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 55 42 29 0 0.24 0.47 0.78 30 0.31 0.16
Hex 37 2A 1D 0 18 2F 4E 1E 1F 10
Octal 67 52 35 0 30 57 116 36 37 20
Binary 110111 101010 11101 0 11000 101111 1001110 11110 11111 10000

Color Harmonies of #372A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A1D

Black with #372A1D

Text Example


Text Example

White with #372A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372A1D; }

 p { color: rgb(55,42,29); }

 H1.HeaderClassName
 {
   color: #372A1D;
 }
 .AnyTagClassName
 {
   color: #372A1D;
 }
</style>

background-color css

<style>
 a { background-color: #372A1D; }

 a { background-color: rgb(55,42,29); }

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

border-color css

<style>
 span { border-color: #372A1D; }

 span { border-color: rgb(55,42,29); }

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