#351701

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

Shades of Brown Pod #351701

Tints of Brown Pod #351701

Color information

#351701 (or 0x351701) is unknown color: approx Brown Pod. HEX triplet: 35, 17 and 01. RGB value is (53,23,1). Sum of RGB (Red+Green+Blue) = 53+23+1=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351701 is #CAE8FE. Grayscale: #1D1D1D. Windows color (decimal): -13297919 or 71477. OLE color: 71477.

HSL color Cylindrical-coordinate representation of color #351701: hue angle of 25.38º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #351701 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB53231-
CMYK00.570.980.79
HSL25.38º96.3%10.59%-
HSV(B)25.38º98.11%20.78%-
XYZ1.781.370.2-
YUV29.46111.94144.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 1 (0.78% from 255) = 1.30%
R=68.83%
G=29.87%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323100.570.980.7925.3896.310.59
Hex35171039624F1960b
Octal652710711421173114013
Binary1101011011110111001110001010011111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351701; }

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

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

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

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

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

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

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

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