#361402

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

Shades of Brown Pod #361402

Tints of Brown Pod #361402

Color information

#361402 (or 0x361402) is unknown color: approx Brown Pod. HEX triplet: 36, 14 and 02. RGB value is (54,20,2). Sum of RGB (Red+Green+Blue) = 54+20+2=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361402 is #C9EBFD. Grayscale: #1C1C1C. Windows color (decimal): -13233150 or 136246. OLE color: 136246.

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

Color convert

RGB54202-
CMYK00.630.960.79
HSL20.77º92.86%10.98%-
HSV(B)20.77º96.3%21.18%-
XYZ1.781.290.21-
YUV28.11113.26146.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=71.05%
G=26.32%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5420200.630.960.7920.7792.8610.98
Hex3614203F604F155db
Octal662420771401172513513
Binary11011010100100111111110000010011111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361402; }

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

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

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

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

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

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

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

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