#361706

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

Shades of Brown Pod #361706

Tints of Brown Pod #361706

Color information

#361706 (or 0x361706) is unknown color: approx Brown Pod. HEX triplet: 36, 17 and 06. RGB value is (54,23,6). Sum of RGB (Red+Green+Blue) = 54+23+6=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361706 is #C9E8F9. Grayscale: #1E1E1E. Windows color (decimal): -13232378 or 399158. OLE color: 399158.

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

Color convert

RGB54236-
CMYK00.570.890.79
HSL21.25º80%11.76%-
HSV(B)21.25º88.89%21.18%-
XYZ1.861.410.35-
YUV30.33114.27144.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=65.06%
G=27.71%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5423600.570.890.7921.258011.76
Hex36176039594F1550c
Octal662760711311172512014
Binary110110101111100111001101100110011111010110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361706; }

 p { color: rgb(54,23,6); }

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

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

 a { background-color: rgb(54,23,6); }

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

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

 span { border-color: rgb(54,23,6); }

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