#361403

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

Shades of Brown Pod #361403

Tints of Brown Pod #361403

Color information

#361403 (or 0x361403) is unknown color: approx Brown Pod. HEX triplet: 36, 14 and 03. RGB value is (54,20,3). Sum of RGB (Red+Green+Blue) = 54+20+3=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #361403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361403 is #C9EBFC. Grayscale: #1C1C1C. Windows color (decimal): -13233149 or 201782. OLE color: 201782.

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

Color convert

RGB54203-
CMYK00.630.940.79
HSL20º89.47%11.18%-
HSV(B)20º94.44%21.18%-
XYZ1.791.290.24-
YUV28.23113.76146.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=70.13%
G=25.97%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5420300.630.940.792089.4711.18
Hex3614303F5E4F1459b
Octal662430771361172413113
Binary11011010100110111111101111010011111010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361403; }

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

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

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

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

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

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

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

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