#36190C

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

Shades of Brown Pod #36190C

Tints of Brown Pod #36190C

Color information

#36190C (or 0x36190C) is unknown color: approx Brown Pod. HEX triplet: 36, 19 and 0C. RGB value is (54,25,12). Sum of RGB (Red+Green+Blue) = 54+25+12=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36190C is #C9E6F3. Grayscale: #202020. Windows color (decimal): -13231860 or 792886. OLE color: 792886.

HSL color Cylindrical-coordinate representation of color #36190C: hue angle of 18.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36190C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB542512-
CMYK00.540.780.79
HSL18.57º63.64%12.94%-
HSV(B)18.57º77.78%21.18%-
XYZ1.941.510.54-
YUV32.19116.61143.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 25 (10.16% from 255) = 27.47%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=59.34%
G=27.47%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54251200.540.780.7918.5763.6412.94
Hex3619C0364E4F1340d
Octal6631140661161172310015
Binary1101101100111000110110100111010011111001110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36190C; }

 p { color: rgb(54,25,12); }

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

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

 a { background-color: rgb(54,25,12); }

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

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

 span { border-color: rgb(54,25,12); }

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