#35231A

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

Shades of Brown Pod #35231A

Tints of Brown Pod #35231A

Color information

#35231A (or 0x35231A) is unknown color: approx Brown Pod. HEX triplet: 35, 23 and 1A. RGB value is (53,35,26). Sum of RGB (Red+Green+Blue) = 53+35+26=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35231A is #CADCE5. Grayscale: #272727. Windows color (decimal): -13294822 or 1712949. OLE color: 1712949.

HSL color Cylindrical-coordinate representation of color #35231A: hue angle of 20º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35231A is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB533526-
CMYK00.340.510.79
HSL20º34.18%15.49%-
HSV(B)20º50.94%20.78%-
XYZ2.262.031.25-
YUV39.36120.46137.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=46.49%
G=30.70%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53352600.340.510.792034.1815.49
Hex35231A022334F1422f
Octal65433204263117244217
Binary1101011000111101001000101100111001111101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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