#333220

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

Shades of Karaka #333220

Tints of Karaka #333220

Color information

#333220 (or 0x333220) is unknown color: approx Karaka. HEX triplet: 33, 32 and 20. RGB value is (51,50,32). Sum of RGB (Red+Green+Blue) = 51+50+32=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 51 - color contains mainly: red. Hex color #333220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333220 is #CCCDDF. Grayscale: #303030. Windows color (decimal): -13422048 or 2110003. OLE color: 2110003.

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

Color convert

RGB515032-
CMYK00.020.370.8
HSL56.84º22.89%16.27%-
HSV(B)56.84º37.25%20%-
XYZ2.773.091.82-
YUV48.25118.83129.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=38.35%
G=37.59%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51503200.020.370.856.8422.8916.27
Hex333220022550391710
Octal6362400245120712720
Binary11001111001010000001010010110100001110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333220; }

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

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

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

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

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

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

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

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