#353414

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

Shades of Karaka #353414

Tints of Karaka #353414

Color information

#353414 (or 0x353414) is unknown color: approx Karaka. HEX triplet: 35, 34 and 14. RGB value is (53,52,20). Sum of RGB (Red+Green+Blue) = 53+52+20=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #353414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353414 is #CACBEB. Grayscale: #303030. Windows color (decimal): -13290476 or 1324085. OLE color: 1324085.

HSL color Cylindrical-coordinate representation of color #353414: hue angle of 58.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353414 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB535220-
CMYK00.020.620.79
HSL58.18º45.21%14.31%-
HSV(B)58.18º62.26%20.78%-
XYZ2.823.261.14-
YUV48.65111.83131.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 20 (8.20% from 255) = 16%
R=42.4%
G=41.6%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53522000.020.620.7958.1845.2114.31
Hex353414023E4F3a2de
Octal6564240276117725516
Binary1101011101001010001011111010011111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353414; }

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

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

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

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

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

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

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

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