#361E18

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

Shades of Brown Pod #361E18

Tints of Brown Pod #361E18

Color information

#361E18 (or 0x361E18) is unknown color: approx Brown Pod. HEX triplet: 36, 1E and 18. RGB value is (54,30,24). Sum of RGB (Red+Green+Blue) = 54+30+24=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #361E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #361E18 is #C9E1E7. Grayscale: #242424. Windows color (decimal): -13230568 or 1580598. OLE color: 1580598.

HSL color Cylindrical-coordinate representation of color #361E18: hue angle of 12º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #361E18 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB543024-
CMYK00.440.560.79
HSL12º38.46%15.29%-
HSV(B)12º55.56%21.18%-
XYZ2.151.781.09-
YUV36.49120.95140.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54302400.440.560.791238.4615.29
Hex361E1802C384Fc26f
Octal66363005470117144617
Binary11011011110110000101100111000100111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E18; }

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

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

<style>
 a { background-color: #361E18; }

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

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

<style>
 span { border-color: #361E18; }

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

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