#353310

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

Shades of Karaka #353310

Tints of Karaka #353310

Color information

#353310 (or 0x353310) is unknown color: approx Karaka. HEX triplet: 35, 33 and 10. RGB value is (53,51,16). Sum of RGB (Red+Green+Blue) = 53+51+16=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #353310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353310 is #CACCEF. Grayscale: #2F2F2F. Windows color (decimal): -13290736 or 1061685. OLE color: 1061685.

HSL color Cylindrical-coordinate representation of color #353310: hue angle of 56.76º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353310 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB535116-
CMYK00.040.700.79
HSL56.76º53.62%13.53%-
HSV(B)56.76º69.81%20.78%-
XYZ2.753.160.96-
YUV47.61110.16131.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=44.17%
G=42.5%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53511600.040.700.7956.7653.6213.53
Hex35331004464F3936e
Octal65632004106117716616
Binary110101110011100000100100011010011111110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353310; }

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

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

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

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

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

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

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

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