#361607

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

Shades of Brown Pod #361607

Tints of Brown Pod #361607

Color information

#361607 (or 0x361607) is unknown color: approx Brown Pod. HEX triplet: 36, 16 and 07. RGB value is (54,22,7). Sum of RGB (Red+Green+Blue) = 54+22+7=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361607 is #C9E9F8. Grayscale: #1D1D1D. Windows color (decimal): -13232633 or 464438. OLE color: 464438.

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

Color convert

RGB54227-
CMYK00.590.870.79
HSL19.15º77.05%11.96%-
HSV(B)19.15º87.04%21.18%-
XYZ1.851.370.37-
YUV29.86115.1145.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=65.06%
G=26.51%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422700.590.870.7919.1577.0511.96
Hex3616703B574F134dc
Octal662670731271172311514
Binary110110101101110111011101011110011111001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361607; }

 p { color: rgb(54,22,7); }

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

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

 a { background-color: rgb(54,22,7); }

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

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

 span { border-color: rgb(54,22,7); }

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