#353403

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

Shades of Karaka #353403

Tints of Karaka #353403

Color information

#353403 (or 0x353403) is unknown color: approx Karaka. HEX triplet: 35, 34 and 03. RGB value is (53,52,3). Sum of RGB (Red+Green+Blue) = 53+52+3=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353403 is #CACBFC. Grayscale: #2E2E2E. Windows color (decimal): -13290493 or 209973. OLE color: 209973.

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

Color convert

RGB53523-
CMYK00.020.940.79
HSL58.8º89.29%10.98%-
HSV(B)58.8º94.34%20.78%-
XYZ2.713.220.56-
YUV46.71103.33132.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=49.07%
G=48.15%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352300.020.940.7958.889.2910.98
Hex35343025E4F3b59b
Octal65643021361177313113
Binary110101110100110101011110100111111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353403; }

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

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

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

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

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

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

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

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