#35231C

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

Shades of Brown Pod #35231C

Tints of Brown Pod #35231C

Color information

#35231C (or 0x35231C) is unknown color: approx Brown Pod. HEX triplet: 35, 23 and 1C. RGB value is (53,35,28). Sum of RGB (Red+Green+Blue) = 53+35+28=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35231C is #CADCE3. Grayscale: #272727. Windows color (decimal): -13294820 or 1844021. OLE color: 1844021.

HSL color Cylindrical-coordinate representation of color #35231C: hue angle of 16.8º 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 #35231C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB533528-
CMYK00.340.470.79
HSL16.8º30.86%15.88%-
HSV(B)16.8º47.17%20.78%-
XYZ2.282.041.37-
YUV39.58121.46137.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=45.69%
G=30.17%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53352800.340.470.7916.830.8615.88
Hex35231C0222F4F111f10
Octal65433404257117213720
Binary1101011000111110001000101011111001111100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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