#362319

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

Shades of Brown Pod #362319

Tints of Brown Pod #362319

Color information

#362319 (or 0x362319) is unknown color: approx Brown Pod. HEX triplet: 36, 23 and 19. RGB value is (54,35,25). Sum of RGB (Red+Green+Blue) = 54+35+25=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #362319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362319 is #C9DCE6. Grayscale: #272727. Windows color (decimal): -13229287 or 1647414. OLE color: 1647414.

HSL color Cylindrical-coordinate representation of color #362319: hue angle of 20.69º 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 #362319 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB543525-
CMYK00.350.540.79
HSL20.69º36.71%15.49%-
HSV(B)20.69º53.7%21.18%-
XYZ2.32.061.2-
YUV39.54119.79138.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=47.37%
G=30.70%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54352500.350.540.7920.6936.7115.49
Hex362319023364F1525f
Octal66433104366117254517
Binary1101101000111100101000111101101001111101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362319; }

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

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

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

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

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

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

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

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