#362219

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

Shades of Brown Pod #362219

Tints of Brown Pod #362219

Color information

#362219 (or 0x362219) is unknown color: approx Brown Pod. HEX triplet: 36, 22 and 19. RGB value is (54,34,25). Sum of RGB (Red+Green+Blue) = 54+34+25=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #362219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362219 is #C9DDE6. Grayscale: #272727. Windows color (decimal): -13229543 or 1647158. OLE color: 1647158.

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

Color convert

RGB543425-
CMYK00.370.540.79
HSL18.62º36.71%15.49%-
HSV(B)18.62º53.7%21.18%-
XYZ2.2721.19-
YUV38.95120.13138.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=47.79%
G=30.09%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54342500.370.540.7918.6236.7115.49
Hex362219025364F1325f
Octal66423104566117234517
Binary1101101000101100101001011101101001111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362219; }

 p { color: rgb(54,34,25); }

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

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

 a { background-color: rgb(54,34,25); }

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

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

 span { border-color: rgb(54,34,25); }

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