#36241E

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

Shades of Brown Pod #36241E

Tints of Brown Pod #36241E

Color information

#36241E (or 0x36241E) is unknown color: approx Brown Pod. HEX triplet: 36, 24 and 1E. RGB value is (54,36,30). Sum of RGB (Red+Green+Blue) = 54+36+30=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #36241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241E is #C9DBE1. Grayscale: #282828. Windows color (decimal): -13229026 or 1975350. OLE color: 1975350.

HSL color Cylindrical-coordinate representation of color #36241E: hue angle of 15º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36241E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB543630-
CMYK00.330.440.79
HSL15º28.57%16.47%-
HSV(B)15º44.44%21.18%-
XYZ2.392.141.52-
YUV40.7121.96137.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 30 (12.11% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54363000.330.440.791528.5716.47
Hex36241E0212C4Ff1d10
Octal66443604154117173520
Binary110110100100111100100001101100100111111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36241E; }

 p { color: rgb(54,36,30); }

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

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

 a { background-color: rgb(54,36,30); }

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

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

 span { border-color: rgb(54,36,30); }

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