#362019

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

Shades of Brown Pod #362019

Tints of Brown Pod #362019

Color information

#362019 (or 0x362019) is unknown color: approx Brown Pod. HEX triplet: 36, 20 and 19. RGB value is (54,32,25). Sum of RGB (Red+Green+Blue) = 54+32+25=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #362019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362019 is #C9DFE6. Grayscale: #252525. Windows color (decimal): -13230055 or 1646646. OLE color: 1646646.

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

Color convert

RGB543225-
CMYK00.410.540.79
HSL14.48º36.71%15.49%-
HSV(B)14.48º53.7%21.18%-
XYZ2.211.891.17-
YUV37.78120.79139.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=48.65%
G=28.83%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54322500.410.540.7914.4836.7115.49
Hex362019029364Fe25f
Octal66403105166117164517
Binary110110100000110010101001110110100111111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362019; }

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

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

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

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

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

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

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

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