#353404

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

Shades of Karaka #353404

Tints of Karaka #353404

Color information

#353404 (or 0x353404) is unknown color: approx Karaka. HEX triplet: 35, 34 and 04. RGB value is (53,52,4). Sum of RGB (Red+Green+Blue) = 53+52+4=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #353404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353404 is #CACBFB. Grayscale: #2F2F2F. Windows color (decimal): -13290492 or 275509. OLE color: 275509.

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

Color convert

RGB53524-
CMYK00.020.920.79
HSL58.78º85.96%11.18%-
HSV(B)58.78º92.45%20.78%-
XYZ2.723.220.59-
YUV46.83103.83132.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=48.62%
G=47.71%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352400.020.920.7958.7885.9611.18
Hex35344025C4F3b56b
Octal65644021341177312613
Binary1101011101001000101011100100111111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353404; }

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

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

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

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

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

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

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

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