Html Css Color HEX #372512 Cocoa Brown

📋 copy color: '#372512'

red 55 ◦ green 37 ◦ blue 18

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

Shades of Cocoa Brown #372512

Tints of Cocoa Brown #372512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 50%
G = 33.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372512 (or 0x372512) is known color: Cocoa Brown. HEX triplet: 37, 25 and 12. RGB value is (55,37,18). Sum of RGB (Red+Green+Blue) = 55+37+18=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #372512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372512 is #C8DAED. Grayscale: #282828. Windows color (decimal): -13163246 or 1189175. OLE color: 1189175.

HSL color Cylindrical-coordinate representation of color #372512: hue angle of 30.81º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372512 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 18 -
CMYK 0 0.33 0.67 0.78
HSL 30.81º 0.51% 0.14% -
HSV(B) 30.81º 0.67% 0.22% -
XYZ 2.35 2.18 0.87 -
YUV 40.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 55 37 18 0 0.33 0.67 0.78 30.81 0.51 0.14
Hex 37 25 12 0 21 43 4E 1F 33 E
Octal 67 45 22 0 41 103 116 37 63 16
Binary 110111 100101 10010 0 100001 1000011 1001110 11111 110011 1110

Color Harmonies of #372512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372512

Black with #372512

Text Example


Text Example

White with #372512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372512; }

 p { color: rgb(55,37,18); }

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

background-color css

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

 a { background-color: rgb(55,37,18); }

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

border-color css

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

 span { border-color: rgb(55,37,18); }

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