#33340F

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

Shades of Karaka #33340F

Tints of Karaka #33340F

Color information

#33340F (or 0x33340F) is unknown color: approx Karaka. HEX triplet: 33, 34 and 0F. RGB value is (51,52,15). Sum of RGB (Red+Green+Blue) = 51+52+15=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #33340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33340F is #CCCBF0. Grayscale: #2F2F2F. Windows color (decimal): -13421553 or 996403. OLE color: 996403.

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

Color convert

RGB515215-
CMYK0.0200.710.80
HSL61.62º55.22%13.14%-
HSV(B)61.62º71.15%20.39%-
XYZ2.683.190.93-
YUV47.48109.67130.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=43.22%
G=44.07%
B=12.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5152150.0200.710.8061.6255.2213.14
Hex3334F2047503e37d
Octal63641720107120766715
Binary1100111101001111100100011110100001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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