#353321

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

Shades of Karaka #353321

Tints of Karaka #353321

Color information

#353321 (or 0x353321) is unknown color: approx Karaka. HEX triplet: 35, 33 and 21. RGB value is (53,51,33). Sum of RGB (Red+Green+Blue) = 53+51+33=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #353321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353321 is #CACCDE. Grayscale: #313131. Windows color (decimal): -13290719 or 2175797. OLE color: 2175797.

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

Color convert

RGB535133-
CMYK00.040.380.79
HSL54º23.26%16.86%-
HSV(B)54º37.74%20.78%-
XYZ2.933.231.91-
YUV49.55118.66130.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=38.69%
G=37.23%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53513300.040.380.795423.2616.86
Hex35332104264F361711
Octal6563410446117662721
Binary110101110011100001010010011010011111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353321; }

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

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

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

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

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

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

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

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