#353211

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

Shades of Karaka #353211

Tints of Karaka #353211

Color information

#353211 (or 0x353211) is unknown color: approx Karaka. HEX triplet: 35, 32 and 11. RGB value is (53,50,17). Sum of RGB (Red+Green+Blue) = 53+50+17=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353211 is #CACDEE. Grayscale: #2F2F2F. Windows color (decimal): -13290991 or 1126965. OLE color: 1126965.

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

Color convert

RGB535017-
CMYK00.060.680.79
HSL55º51.43%13.73%-
HSV(B)55º67.92%20.78%-
XYZ2.713.080.98-
YUV47.14110.99132.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=44.17%
G=41.67%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53501700.060.680.795551.4313.73
Hex35321106444F3733e
Octal65622106104117676316
Binary110101110010100010110100010010011111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353211; }

 p { color: rgb(53,50,17); }

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

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

 a { background-color: rgb(53,50,17); }

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

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

 span { border-color: rgb(53,50,17); }

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