#353410

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

Shades of Karaka #353410

Tints of Karaka #353410

Color information

#353410 (or 0x353410) is unknown color: approx Karaka. HEX triplet: 35, 34 and 10. RGB value is (53,52,16). Sum of RGB (Red+Green+Blue) = 53+52+16=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #353410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353410 is #CACBEF. Grayscale: #303030. Windows color (decimal): -13290480 or 1061941. OLE color: 1061941.

HSL color Cylindrical-coordinate representation of color #353410: hue angle of 58.38º 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 #353410 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB535216-
CMYK00.020.700.79
HSL58.38º53.62%13.53%-
HSV(B)58.38º69.81%20.78%-
XYZ2.793.250.97-
YUV48.19109.83131.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=43.80%
G=42.98%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521600.020.700.7958.3853.6213.53
Hex35341002464F3a36e
Octal65642002106117726616
Binary11010111010010000010100011010011111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353410; }

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

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

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

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

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

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

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

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