#333317

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

Shades of Karaka #333317

Tints of Karaka #333317

Color information

#333317 (or 0x333317) is unknown color: approx Karaka. HEX triplet: 33, 33 and 17. RGB value is (51,51,23). Sum of RGB (Red+Green+Blue) = 51+51+23=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333317 is #CCCCE8. Grayscale: #2F2F2F. Windows color (decimal): -13421801 or 1520435. OLE color: 1520435.

HSL color Cylindrical-coordinate representation of color #333317: hue angle of 60º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333317 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.

Color convert

RGB515123-
CMYK000.550.8
HSL60º37.84%14.51%-
HSV(B)60º54.9%20%-
XYZ2.73.131.27-
YUV47.81114130.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=40.8%
G=40.8%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515123000.550.86037.8414.51
Hex3333170037503c26f
Octal6363270067120744617
Binary110011110011101110011011110100001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333317; }

 p { color: rgb(51,51,23); }

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

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

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

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

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

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

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