#36180D

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

Shades of Brown Pod #36180D

Tints of Brown Pod #36180D

Color information

#36180D (or 0x36180D) is unknown color: approx Brown Pod. HEX triplet: 36, 18 and 0D. RGB value is (54,24,13). Sum of RGB (Red+Green+Blue) = 54+24+13=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36180D is #C9E7F2. Grayscale: #1F1F1F. Windows color (decimal): -13232115 or 858166. OLE color: 858166.

HSL color Cylindrical-coordinate representation of color #36180D: hue angle of 16.1º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36180D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB542413-
CMYK00.560.760.79
HSL16.1º61.19%13.14%-
HSV(B)16.1º75.93%21.18%-
XYZ1.921.470.56-
YUV31.72117.44143.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=59.34%
G=26.37%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54241300.560.760.7916.161.1913.14
Hex3618D0384C4F103dd
Octal663015070114117207515
Binary110110110001101011100010011001001111100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36180D; }

 p { color: rgb(54,24,13); }

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

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

 a { background-color: rgb(54,24,13); }

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

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

 span { border-color: rgb(54,24,13); }

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