#333211

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

Shades of Karaka #333211

Tints of Karaka #333211

Color information

#333211 (or 0x333211) is unknown color: approx Karaka. HEX triplet: 33, 32 and 11. RGB value is (51,50,17). Sum of RGB (Red+Green+Blue) = 51+50+17=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #333211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333211 is #CCCDEE. Grayscale: #2E2E2E. Windows color (decimal): -13422063 or 1126963. OLE color: 1126963.

HSL color Cylindrical-coordinate representation of color #333211: hue angle of 58.24º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333211 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB515017-
CMYK00.020.670.8
HSL58.24º50%13.33%-
HSV(B)58.24º66.67%20%-
XYZ2.613.030.98-
YUV46.54111.33131.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=43.22%
G=42.37%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51501700.020.670.858.245013.33
Hex3332110243503a32d
Octal63622102103120726215
Binary11001111001010001010100001110100001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333211; }

 p { color: rgb(51,50,17); }

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

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

 a { background-color: rgb(51,50,17); }

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

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

 span { border-color: rgb(51,50,17); }

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