#336513

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

Shades of Dell #336513

Tints of Dell #336513

Color information

#336513 (or 0x336513) is unknown color: approx Dell. HEX triplet: 33, 65 and 13. RGB value is (51,101,19). Sum of RGB (Red+Green+Blue) = 51+101+19=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #336513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336513 is #CC9AEC. Grayscale: #4C4C4C. Windows color (decimal): -13409005 or 1271091. OLE color: 1271091.

HSL color Cylindrical-coordinate representation of color #336513: hue angle of 96.59º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #336513 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB5110119-
CMYK0.5000.810.60
HSL96.59º68.33%23.53%-
HSV(B)96.59º81.19%39.61%-
XYZ6.1410.062.23-
YUV76.795.44109.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 101 (39.84% from 255) = 59.06%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=29.82%
G=59.06%
B=11.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51101190.5000.810.6096.5968.3323.53
Hex336513320513C614418
Octal63145236201217414110430
Binary110011110010110011110010010100011111001100001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336513; }

 p { color: rgb(51,101,19); }

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

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

 a { background-color: rgb(51,101,19); }

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

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

 span { border-color: rgb(51,101,19); }

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