#361202

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

Shades of Brown Pod #361202

Tints of Brown Pod #361202

Color information

#361202 (or 0x361202) is unknown color: approx Brown Pod. HEX triplet: 36, 12 and 02. RGB value is (54,18,2). Sum of RGB (Red+Green+Blue) = 54+18+2=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #361202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361202 is #C9EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13233662 or 135734. OLE color: 135734.

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

Color convert

RGB54182-
CMYK00.670.960.79
HSL18.46º92.86%10.98%-
HSV(B)18.46º96.3%21.18%-
XYZ1.751.220.2-
YUV26.94113.93147.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=72.97%
G=24.32%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5418200.670.960.7918.4692.8610.98
Hex36122043604F125db
Octal6622201031401172213513
Binary110110100101001000011110000010011111001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361202; }

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

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

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

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

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

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

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

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