Html Css Color HEX #396410 Dell

📋 copy color: '#396410'

red 57 ◦ green 100 ◦ blue 16

#396410
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #396410

Tints of Dell #396410

RGB

 RED value IS 57 (22.66% from 255) = 32.95%

 GREEN value IS 100 (39.45% from 255) = 57.8%

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 32.95%
G = 57.8%
B = 9.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#396410 (or 0x396410) is known color: Dell. HEX triplet: 39, 64 and 10. RGB value is (57,100,16). Sum of RGB (Red+Green+Blue) = 57+100+16=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #396410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396410 is #C69BEF. Grayscale: #4D4D4D. Windows color (decimal): -13016048 or 1074233. OLE color: 1074233.

HSL color Cylindrical-coordinate representation of color #396410: hue angle of 90.71º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #396410 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 100 16 -
CMYK 0.43 0 0.84 0.61
HSL 90.71º 0.72% 0.23% -
HSV(B) 90.71º 0.84% 0.39% -
XYZ 6.34 10.02 2.09 -
YUV 77.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 57 100 16 0.43 0 0.84 0.61 90.71 0.72 0.23
Hex 39 64 10 2B 0 54 3D 5B 48 17
Octal 71 144 20 53 0 124 75 133 110 27
Binary 111001 1100100 10000 101011 0 1010100 111101 1011011 1001000 10111

Color Harmonies of #396410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396410

Black with #396410

Text Example


Text Example

White with #396410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396410; }

 p { color: rgb(57,100,16); }

 H1.HeaderClassName
 {
   color: #396410;
 }
 .AnyTagClassName
 {
   color: #396410;
 }
</style>

background-color css

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

 a { background-color: rgb(57,100,16); }

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

border-color css

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

 span { border-color: rgb(57,100,16); }

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