#361305

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

Shades of Brown Pod #361305

Tints of Brown Pod #361305

Color information

#361305 (or 0x361305) is unknown color: approx Brown Pod. HEX triplet: 36, 13 and 05. RGB value is (54,19,5). Sum of RGB (Red+Green+Blue) = 54+19+5=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361305 is #C9ECFA. Grayscale: #1B1B1B. Windows color (decimal): -13233403 or 332598. OLE color: 332598.

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

Color convert

RGB54195-
CMYK00.650.910.79
HSL17.14º83.05%11.57%-
HSV(B)17.14º90.74%21.18%-
XYZ1.781.260.29-
YUV27.87115.1146.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=69.23%
G=24.36%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5419500.650.910.7917.1483.0511.57
Hex361350415B4F1153c
Octal6623501011331172112314
Binary1101101001110101000001101101110011111000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361305; }

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

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

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

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

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

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

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

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