#35211B

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

Shades of Brown Pod #35211B

Tints of Brown Pod #35211B

Color information

#35211B (or 0x35211B) is unknown color: approx Brown Pod. HEX triplet: 35, 21 and 1B. RGB value is (53,33,27). Sum of RGB (Red+Green+Blue) = 53+33+27=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #35211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35211B is #CADEE4. Grayscale: #262626. Windows color (decimal): -13295333 or 1777973. OLE color: 1777973.

HSL color Cylindrical-coordinate representation of color #35211B: hue angle of 13.85º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35211B is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB533327-
CMYK00.380.490.79
HSL13.85º32.5%15.69%-
HSV(B)13.85º49.06%20.78%-
XYZ2.211.921.29-
YUV38.3121.63138.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=46.90%
G=29.20%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332700.380.490.7913.8532.515.69
Hex35211B026314Fe2010
Octal65413304661117164020
Binary1101011000011101101001101100011001111111010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35211B; }

 p { color: rgb(53,33,27); }

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

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

 a { background-color: rgb(53,33,27); }

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

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

 span { border-color: rgb(53,33,27); }

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