#353313

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

Shades of Karaka #353313

Tints of Karaka #353313

Color information

#353313 (or 0x353313) is unknown color: approx Karaka. HEX triplet: 35, 33 and 13. RGB value is (53,51,19). Sum of RGB (Red+Green+Blue) = 53+51+19=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #353313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353313 is #CACCEC. Grayscale: #303030. Windows color (decimal): -13290733 or 1258293. OLE color: 1258293.

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

Color convert

RGB535119-
CMYK00.040.640.79
HSL56.47º47.22%14.12%-
HSV(B)56.47º64.15%20.78%-
XYZ2.773.171.08-
YUV47.95111.66131.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 51 (20.31% from 255) = 41.46%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=43.09%
G=41.46%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53511900.040.640.7956.4747.2214.12
Hex35331304404F382fe
Octal65632304100117705716
Binary110101110011100110100100000010011111110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353313; }

 p { color: rgb(53,51,19); }

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

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

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

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

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

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

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