#333200

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

Shades of Karaka #333200

Tints of Karaka #333200

Color information

#333200 (or 0x333200) is unknown color: approx Karaka. HEX triplet: 33, 32 and 00. RGB value is (51,50,0). Sum of RGB (Red+Green+Blue) = 51+50+0=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #333200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333200 is #CCCDFF. Grayscale: #2C2C2C. Windows color (decimal): -13422080 or 12851. OLE color: 12851.

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

Color convert

RGB51500-
CMYK00.0210.8
HSL58.82º100%10%-
HSV(B)58.82º100%20%-
XYZ2.512.990.44-
YUV44.6102.83132.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.50%
G=49.50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5150000.0210.858.8210010
Hex333200264503b64a
Octal63620021441207314412
Binary11001111001000101100100101000011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333200; }

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

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

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

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

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

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

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

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