#351802

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

Shades of Brown Pod #351802

Tints of Brown Pod #351802

Color information

#351802 (or 0x351802) is unknown color: approx Brown Pod. HEX triplet: 35, 18 and 02. RGB value is (53,24,2). Sum of RGB (Red+Green+Blue) = 53+24+2=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #351802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351802 is #CAE7FD. Grayscale: #1E1E1E. Windows color (decimal): -13297662 or 137269. OLE color: 137269.

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

Color convert

RGB53242-
CMYK00.550.960.79
HSL25.88º92.73%10.78%-
HSV(B)25.88º96.23%20.78%-
XYZ1.811.410.24-
YUV30.16112.11144.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.09%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 2 (1.17% from 255) = 2.53%
R=67.09%
G=30.38%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324200.550.960.7925.8892.7310.78
Hex35182037604F1a5db
Octal653020671401173213513
Binary11010111000100110111110000010011111101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351802; }

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

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

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

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

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

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

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

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