#353320

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

Shades of Karaka #353320

Tints of Karaka #353320

Color information

#353320 (or 0x353320) is unknown color: approx Karaka. HEX triplet: 35, 33 and 20. RGB value is (53,51,32). Sum of RGB (Red+Green+Blue) = 53+51+32=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353320 is #CACCDF. Grayscale: #313131. Windows color (decimal): -13290720 or 2110261. OLE color: 2110261.

HSL color Cylindrical-coordinate representation of color #353320: hue angle of 54.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353320 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB535132-
CMYK00.040.400.79
HSL54.29º24.71%16.67%-
HSV(B)54.29º39.62%20.78%-
XYZ2.913.231.84-
YUV49.43118.16130.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=38.97%
G=37.5%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53513200.040.400.7954.2924.7116.67
Hex35332004284F361911
Octal6563400450117663121
Binary110101110011100000010010100010011111101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353320; }

 p { color: rgb(53,51,32); }

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

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

 a { background-color: rgb(53,51,32); }

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

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

 span { border-color: rgb(53,51,32); }

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