#333420

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

Shades of Karaka #333420

Tints of Karaka #333420

Color information

#333420 (or 0x333420) is unknown color: approx Karaka. HEX triplet: 33, 34 and 20. RGB value is (51,52,32). Sum of RGB (Red+Green+Blue) = 51+52+32=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 52 - color contains mainly: green. Hex color #333420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333420 is #CCCBDF. Grayscale: #313131. Windows color (decimal): -13421536 or 2110515. OLE color: 2110515.

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

Color convert

RGB515232-
CMYK0.0200.380.80
HSL63º23.81%16.47%-
HSV(B)63º38.46%20.39%-
XYZ2.853.261.85-
YUV49.42118.17129.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=37.78%
G=38.52%
B=23.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152320.0200.380.806323.8116.47
Hex3334202026503f1810
Octal6364402046120773020
Binary11001111010010000010010011010100001111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333420; }

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

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

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

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

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

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

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

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