#353610

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

Shades of Karaka #353610

Tints of Karaka #353610

Color information

#353610 (or 0x353610) is unknown color: approx Karaka. HEX triplet: 35, 36 and 10. RGB value is (53,54,16). Sum of RGB (Red+Green+Blue) = 53+54+16=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #353610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353610 is #CAC9EF. Grayscale: #313131. Windows color (decimal): -13289968 or 1062453. OLE color: 1062453.

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

Color convert

RGB535416-
CMYK0.0200.700.79
HSL61.58º54.29%13.73%-
HSV(B)61.58º70.37%21.18%-
XYZ2.883.431-
YUV49.37109.17130.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=43.09%
G=43.90%
B=13.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354160.0200.700.7961.5854.2913.73
Hex35361020464F3e36e
Octal65662020106117766616
Binary11010111011010000100100011010011111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353610; }

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

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

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

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

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

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

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

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