Html Css Color HEX #372614 Cocoa Brown

📋 copy color: '#372614'

red 55 ◦ green 38 ◦ blue 20

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

Shades of Cocoa Brown #372614

Tints of Cocoa Brown #372614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 48.67%
G = 33.63%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372614 (or 0x372614) is known color: Cocoa Brown. HEX triplet: 37, 26 and 14. RGB value is (55,38,20). Sum of RGB (Red+Green+Blue) = 55+38+20=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372614 is #C8D9EB. Grayscale: #292929. Windows color (decimal): -13162988 or 1320503. OLE color: 1320503.

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

Color convert

RGB 55 38 20 -
CMYK 0 0.31 0.64 0.78
HSL 30.86º 0.47% 0.15% -
HSV(B) 30.86º 0.64% 0.22% -
XYZ 2.39 2.25 0.97 -
YUV 41.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 55 38 20 0 0.31 0.64 0.78 30.86 0.47 0.15
Hex 37 26 14 0 1F 40 4E 1F 2F F
Octal 67 46 24 0 37 100 116 37 57 17
Binary 110111 100110 10100 0 11111 1000000 1001110 11111 101111 1111

Color Harmonies of #372614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372614

Black with #372614

Text Example


Text Example

White with #372614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372614; }

 p { color: rgb(55,38,20); }

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

background-color css

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

 a { background-color: rgb(55,38,20); }

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

border-color css

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

 span { border-color: rgb(55,38,20); }

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