#372114

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

Shades of Brown Pod #372114

Tints of Brown Pod #372114

Color information

#372114 (or 0x372114) is unknown color: approx Brown Pod. HEX triplet: 37, 21 and 14. RGB value is (55,33,20). Sum of RGB (Red+Green+Blue) = 55+33+20=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372114 is #C8DEEB. Grayscale: #262626. Windows color (decimal): -13164268 or 1319223. OLE color: 1319223.

HSL color Cylindrical-coordinate representation of color #372114: hue angle of 22.29º 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 #372114 is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB553320-
CMYK00.40.640.78
HSL22.29º46.67%14.71%-
HSV(B)22.29º63.64%21.57%-
XYZ2.251.950.92-
YUV38.1117.79140.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.93%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=50.93%
G=30.56%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55332000.40.640.7822.2946.6714.71
Hex372114028404E162ff
Octal674124050100116265717
Binary11011110000110100010100010000001001110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372114; }

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

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

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

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

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

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

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

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