#372300

Color #372300 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #372300

Tints of Cocoa Brown #372300

Color information

#372300 (or 0x372300) is unknown color: approx Cocoa Brown. HEX triplet: 37, 23 and 00. RGB value is (55,35,0). Sum of RGB (Red+Green+Blue) = 55+35+0=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #372300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372300 is #C8DCFF. Grayscale: #252525. Windows color (decimal): -13163776 or 9015. OLE color: 9015.

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

Color convert

RGB55350-
CMYK00.3610.78
HSL38.18º100%10.78%-
HSV(B)38.18º100%21.57%-
XYZ2.182.010.27-
YUV36.99107.13140.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.11%
G=38.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5535000.3610.7838.1810010.78
Hex37230024644E2664b
Octal674300441441164614413
Binary110111100011001001001100100100111010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372300; }

 p { color: rgb(55,35,0); }

 H1.HeaderClassName
 {
   color: #372300;
 }
 .AnyTagClassName
 {
   color: #372300;
 }
</style>
background-color css

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

 a { background-color: rgb(55,35,0); }

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

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

 span { border-color: rgb(55,35,0); }

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