#361602

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

Shades of Brown Pod #361602

Tints of Brown Pod #361602

Color information

#361602 (or 0x361602) is unknown color: approx Brown Pod. HEX triplet: 36, 16 and 02. RGB value is (54,22,2). Sum of RGB (Red+Green+Blue) = 54+22+2=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #361602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361602 is #C9E9FD. Grayscale: #1D1D1D. Windows color (decimal): -13232638 or 136758. OLE color: 136758.

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

Color convert

RGB54222-
CMYK00.590.960.79
HSL23.08º92.86%10.98%-
HSV(B)23.08º96.3%21.18%-
XYZ1.821.360.22-
YUV29.29112.6145.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 69.23%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=69.23%
G=28.21%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422200.590.960.7923.0892.8610.98
Hex3616203B604F175db
Octal662620731401172713513
Binary11011010110100111011110000010011111011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361602; }

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

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

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

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

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

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

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

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