#351702

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

Shades of Brown Pod #351702

Tints of Brown Pod #351702

Color information

#351702 (or 0x351702) is unknown color: approx Brown Pod. HEX triplet: 35, 17 and 02. RGB value is (53,23,2). Sum of RGB (Red+Green+Blue) = 53+23+2=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351702 is #CAE8FD. Grayscale: #1D1D1D. Windows color (decimal): -13297918 or 137013. OLE color: 137013.

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

Color convert

RGB53232-
CMYK00.570.960.79
HSL24.71º92.73%10.78%-
HSV(B)24.71º96.23%20.78%-
XYZ1.791.370.23-
YUV29.58112.44144.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=67.95%
G=29.49%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323200.570.960.7924.7192.7310.78
Hex35172039604F195db
Octal652720711401173113513
Binary11010110111100111001110000010011111100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351702; }

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

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

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

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

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

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

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

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