#36241C

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

Shades of Brown Pod #36241C

Tints of Brown Pod #36241C

Color information

#36241C (or 0x36241C) is unknown color: approx Brown Pod. HEX triplet: 36, 24 and 1C. RGB value is (54,36,28). Sum of RGB (Red+Green+Blue) = 54+36+28=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36241C is #C9DBE3. Grayscale: #282828. Windows color (decimal): -13229028 or 1844278. OLE color: 1844278.

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

Color convert

RGB543628-
CMYK00.330.480.79
HSL18.46º31.71%16.08%-
HSV(B)18.46º48.15%21.18%-
XYZ2.362.131.39-
YUV40.47120.96137.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.76%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54362800.330.480.7918.4631.7116.08
Hex36241C021304F122010
Octal66443404160117224020
Binary11011010010011100010000111000010011111001010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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