#361805

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

Shades of Brown Pod #361805

Tints of Brown Pod #361805

Color information

#361805 (or 0x361805) is unknown color: approx Brown Pod. HEX triplet: 36, 18 and 05. RGB value is (54,24,5). Sum of RGB (Red+Green+Blue) = 54+24+5=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361805 is #C9E7FA. Grayscale: #1E1E1E. Windows color (decimal): -13232123 or 333878. OLE color: 333878.

HSL color Cylindrical-coordinate representation of color #361805: hue angle of 23.27º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361805 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB54245-
CMYK00.560.910.79
HSL23.27º83.05%11.57%-
HSV(B)23.27º90.74%21.18%-
XYZ1.881.450.32-
YUV30.8113.44144.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=65.06%
G=28.92%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5424500.560.910.7923.2783.0511.57
Hex361850385B4F1753c
Octal663050701331172712314
Binary110110110001010111000101101110011111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361805; }

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

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

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

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

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

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

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

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