#361508

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

Shades of Brown Pod #361508

Tints of Brown Pod #361508

Color information

#361508 (or 0x361508) is unknown color: approx Brown Pod. HEX triplet: 36, 15 and 08. RGB value is (54,21,8). Sum of RGB (Red+Green+Blue) = 54+21+8=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361508 is #C9EAF7. Grayscale: #1D1D1D. Windows color (decimal): -13232888 or 529718. OLE color: 529718.

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

Color convert

RGB54218-
CMYK00.610.850.79
HSL16.96º74.19%12.16%-
HSV(B)16.96º85.19%21.18%-
XYZ1.831.340.39-
YUV29.38115.93145.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=65.06%
G=25.30%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421800.610.850.7916.9674.1912.16
Hex3615803D554F114ac
Octal6625100751251172111214
Binary1101101010110000111101101010110011111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361508; }

 p { color: rgb(54,21,8); }

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

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

 a { background-color: rgb(54,21,8); }

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

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

 span { border-color: rgb(54,21,8); }

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