#361303

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

Shades of Brown Pod #361303

Tints of Brown Pod #361303

Color information

#361303 (or 0x361303) is unknown color: approx Brown Pod. HEX triplet: 36, 13 and 03. RGB value is (54,19,3). Sum of RGB (Red+Green+Blue) = 54+19+3=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #361303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361303 is #C9ECFC. Grayscale: #1B1B1B. Windows color (decimal): -13233405 or 201526. OLE color: 201526.

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

Color convert

RGB54193-
CMYK00.650.940.79
HSL18.82º89.47%11.18%-
HSV(B)18.82º94.44%21.18%-
XYZ1.771.260.24-
YUV27.64114.1146.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=71.05%
G=25%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5419300.650.940.7918.8289.4711.18
Hex361330415E4F1359b
Octal6623301011361172313113
Binary110110100111101000001101111010011111001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361303; }

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

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

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

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

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

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

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

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