#353304

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

Shades of Karaka #353304

Tints of Karaka #353304

Color information

#353304 (or 0x353304) is unknown color: approx Karaka. HEX triplet: 35, 33 and 04. RGB value is (53,51,4). Sum of RGB (Red+Green+Blue) = 53+51+4=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353304 is #CACCFB. Grayscale: #2E2E2E. Windows color (decimal): -13290748 or 275253. OLE color: 275253.

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

Color convert

RGB53514-
CMYK00.040.920.79
HSL57.55º85.96%11.18%-
HSV(B)57.55º92.45%20.78%-
XYZ2.673.130.58-
YUV46.24104.16132.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=49.07%
G=47.22%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5351400.040.920.7957.5585.9611.18
Hex35334045C4F3a56b
Octal65634041341177212613
Binary11010111001110001001011100100111111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353304; }

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

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

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

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

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

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

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

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