#353510

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

Shades of Karaka #353510

Tints of Karaka #353510

Color information

#353510 (or 0x353510) is unknown color: approx Karaka. HEX triplet: 35, 35 and 10. RGB value is (53,53,16). Sum of RGB (Red+Green+Blue) = 53+53+16=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353510 is #CACAEF. Grayscale: #303030. Windows color (decimal): -13290224 or 1062197. OLE color: 1062197.

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

Color convert

RGB535316-
CMYK000.700.79
HSL60º53.62%13.53%-
HSV(B)60º69.81%20.78%-
XYZ2.833.340.99-
YUV48.78109.5131.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=43.44%
G=43.44%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535316000.700.796053.6213.53
Hex35351000464F3c36e
Octal65652000106117746616
Binary1101011101011000000100011010011111111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353510; }

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

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

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

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

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

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

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

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