#36251F

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

Shades of Brown Pod #36251F

Tints of Brown Pod #36251F

Color information

#36251F (or 0x36251F) is unknown color: approx Brown Pod. HEX triplet: 36, 25 and 1F. RGB value is (54,37,31). Sum of RGB (Red+Green+Blue) = 54+37+31=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #36251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36251F is #C9DAE0. Grayscale: #292929. Windows color (decimal): -13228769 or 2041142. OLE color: 2041142.

HSL color Cylindrical-coordinate representation of color #36251F: hue angle of 15.65º 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 #36251F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB543731-
CMYK00.310.430.79
HSL15.65º27.06%16.67%-
HSV(B)15.65º42.59%21.18%-
XYZ2.432.211.59-
YUV41.4122.13136.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=44.26%
G=30.33%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54373100.310.430.7915.6527.0616.67
Hex36251F01F2B4F101b11
Octal66453703753117203321
Binary110110100101111110111111010111001111100001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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