#361902

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

Shades of Brown Pod #361902

Tints of Brown Pod #361902

Color information

#361902 (or 0x361902) is unknown color: approx Brown Pod. HEX triplet: 36, 19 and 02. RGB value is (54,25,2). Sum of RGB (Red+Green+Blue) = 54+25+2=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #361902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361902 is #C9E6FD. Grayscale: #1F1F1F. Windows color (decimal): -13231870 or 137526. OLE color: 137526.

HSL color Cylindrical-coordinate representation of color #361902: hue angle of 26.54º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #361902 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB54252-
CMYK00.540.960.79
HSL26.54º92.86%10.98%-
HSV(B)26.54º96.3%21.18%-
XYZ1.881.480.24-
YUV31.05111.61144.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=66.67%
G=30.86%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5425200.540.960.7926.5492.8610.98
Hex36192036604F1b5db
Octal663120661401173313513
Binary11011011001100110110110000010011111101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361902; }

 p { color: rgb(54,25,2); }

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

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

 a { background-color: rgb(54,25,2); }

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

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

 span { border-color: rgb(54,25,2); }

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