#353411

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

Shades of Karaka #353411

Tints of Karaka #353411

Color information

#353411 (or 0x353411) is unknown color: approx Karaka. HEX triplet: 35, 34 and 11. RGB value is (53,52,17). Sum of RGB (Red+Green+Blue) = 53+52+17=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #353411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353411 is #CACBEE. Grayscale: #303030. Windows color (decimal): -13290479 or 1127477. OLE color: 1127477.

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

Color convert

RGB535217-
CMYK00.020.680.79
HSL58.33º51.43%13.73%-
HSV(B)58.33º67.92%20.78%-
XYZ2.83.251.01-
YUV48.31110.33131.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=43.44%
G=42.62%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521700.020.680.7958.3351.4313.73
Hex35341102444F3a33e
Octal65642102104117726316
Binary11010111010010001010100010010011111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353411; }

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

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

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

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

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

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

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

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