#333407

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

Shades of Karaka #333407

Tints of Karaka #333407

Color information

#333407 (or 0x333407) is unknown color: approx Karaka. HEX triplet: 33, 34 and 07. RGB value is (51,52,7). Sum of RGB (Red+Green+Blue) = 51+52+7=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #333407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333407 is #CCCBF8. Grayscale: #2E2E2E. Windows color (decimal): -13421561 or 472115. OLE color: 472115.

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

Color convert

RGB51527-
CMYK0.0200.870.80
HSL61.33º76.27%11.57%-
HSV(B)61.33º86.54%20.39%-
XYZ2.633.180.68-
YUV46.57105.67131.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=46.36%
G=47.27%
B=6.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal515270.0200.870.8061.3376.2711.57
Hex333472057503d4cc
Octal63647201271207511414
Binary1100111101001111001010111101000011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333407; }

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

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

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

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

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

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

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

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