#351303

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

Shades of Brown Pod #351303

Tints of Brown Pod #351303

Color information

#351303 (or 0x351303) is unknown color: approx Brown Pod. HEX triplet: 35, 13 and 03. RGB value is (53,19,3). Sum of RGB (Red+Green+Blue) = 53+19+3=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #351303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351303 is #CAECFC. Grayscale: #1B1B1B. Windows color (decimal): -13298941 or 201525. OLE color: 201525.

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

Color convert

RGB53193-
CMYK00.640.940.79
HSL19.2º89.29%10.98%-
HSV(B)19.2º94.34%20.78%-
XYZ1.721.230.23-
YUV27.34114.26146.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 3 (1.56% from 255) = 4%
R=70.67%
G=25.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5319300.640.940.7919.289.2910.98
Hex351330405E4F1359b
Octal6523301001361172313113
Binary110101100111101000000101111010011111001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351303; }

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

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

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

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

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

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

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

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