#351302

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

Shades of Brown Pod #351302

Tints of Brown Pod #351302

Color information

#351302 (or 0x351302) is unknown color: approx Brown Pod. HEX triplet: 35, 13 and 02. RGB value is (53,19,2). Sum of RGB (Red+Green+Blue) = 53+19+2=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351302 is #CAECFD. Grayscale: #1B1B1B. Windows color (decimal): -13298942 or 135989. OLE color: 135989.

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

Color convert

RGB53192-
CMYK00.640.960.79
HSL20º92.73%10.78%-
HSV(B)20º96.23%20.78%-
XYZ1.711.230.2-
YUV27.23113.76146.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 2 (1.17% from 255) = 2.70%
R=71.62%
G=25.68%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5319200.640.960.792092.7310.78
Hex35132040604F145db
Octal6523201001401172413513
Binary110101100111001000000110000010011111010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351302; }

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

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

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

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

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

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

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

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