#36241F

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

Shades of Brown Pod #36241F

Tints of Brown Pod #36241F

Color information

#36241F (or 0x36241F) is unknown color: approx Brown Pod. HEX triplet: 36, 24 and 1F. RGB value is (54,36,31). Sum of RGB (Red+Green+Blue) = 54+36+31=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #36241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241F is #C9DBE0. Grayscale: #282828. Windows color (decimal): -13229025 or 2040886. OLE color: 2040886.

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

Color convert

RGB543631-
CMYK00.330.430.79
HSL13.04º27.06%16.67%-
HSV(B)13.04º42.59%21.18%-
XYZ2.42.141.58-
YUV40.81122.46137.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=44.63%
G=29.75%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54363100.330.430.7913.0427.0616.67
Hex36241F0212B4Fd1b11
Octal66443704153117153321
Binary110110100100111110100001101011100111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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