#33340B

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

Shades of Karaka #33340B

Tints of Karaka #33340B

Color information

#33340B (or 0x33340B) is unknown color: approx Karaka. HEX triplet: 33, 34 and 0B. RGB value is (51,52,11). Sum of RGB (Red+Green+Blue) = 51+52+11=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #33340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33340B is #CCCBF4. Grayscale: #2F2F2F. Windows color (decimal): -13421557 or 734259. OLE color: 734259.

HSL color Cylindrical-coordinate representation of color #33340B: hue angle of 61.46º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33340B is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB515211-
CMYK0.0200.790.80
HSL61.46º65.08%12.35%-
HSV(B)61.46º78.85%20.39%-
XYZ2.653.180.79-
YUV47.03107.67130.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.74%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=44.74%
G=45.61%
B=9.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152110.0200.790.8061.4665.0812.35
Hex3334B204F503d41c
Octal636413201171207510114
Binary11001111010010111001001111101000011110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33340B; }

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

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

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

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

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

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

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

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