#35211C

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

Shades of Brown Pod #35211C

Tints of Brown Pod #35211C

Color information

#35211C (or 0x35211C) is unknown color: approx Brown Pod. HEX triplet: 35, 21 and 1C. RGB value is (53,33,28). Sum of RGB (Red+Green+Blue) = 53+33+28=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35211C is #CADEE3. Grayscale: #262626. Windows color (decimal): -13295332 or 1843509. OLE color: 1843509.

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

Color convert

RGB533328-
CMYK00.380.470.79
HSL12º30.86%15.88%-
HSV(B)12º47.17%20.78%-
XYZ2.221.931.35-
YUV38.41122.13138.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=46.49%
G=28.95%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53332800.380.470.791230.8615.88
Hex35211C0262F4Fc1f10
Octal65413404657117143720
Binary110101100001111000100110101111100111111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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