#36160A

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

Shades of Brown Pod #36160A

Tints of Brown Pod #36160A

Color information

#36160A (or 0x36160A) is unknown color: approx Brown Pod. HEX triplet: 36, 16 and 0A. RGB value is (54,22,10). Sum of RGB (Red+Green+Blue) = 54+22+10=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36160A is #C9E9F5. Grayscale: #1E1E1E. Windows color (decimal): -13232630 or 661046. OLE color: 661046.

HSL color Cylindrical-coordinate representation of color #36160A: hue angle of 16.36º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36160A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB542210-
CMYK00.590.810.79
HSL16.36º68.75%12.55%-
HSV(B)16.36º81.48%21.18%-
XYZ1.861.380.46-
YUV30.2116.6144.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.79%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=62.79%
G=25.58%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54221000.590.810.7916.3668.7512.55
Hex3616A03B514F1045d
Octal6626120731211172010515
Binary1101101011010100111011101000110011111000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36160A; }

 p { color: rgb(54,22,10); }

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

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

 a { background-color: rgb(54,22,10); }

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

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

 span { border-color: rgb(54,22,10); }

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