Html Css Color HEX #396411 Dell

📋 copy color: '#396411'

red 57 ◦ green 100 ◦ blue 17

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

Shades of Dell #396411

Tints of Dell #396411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 32.76%
G = 57.47%
B = 9.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#396411 (or 0x396411) is known color: Dell. HEX triplet: 39, 64 and 11. RGB value is (57,100,17). Sum of RGB (Red+Green+Blue) = 57+100+17=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #396411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396411 is #C69BEE. Grayscale: #4D4D4D. Windows color (decimal): -13016047 or 1139769. OLE color: 1139769.

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

Color convert

RGB 57 100 17 -
CMYK 0.43 0 0.83 0.61
HSL 91.08º 0.71% 0.23% -
HSV(B) 91.08º 0.83% 0.39% -
XYZ 6.35 10.02 2.13 -
YUV 77.68 93.75 113.25 -
System Red Green Blue C M Y K H S L
Decimal 57 100 17 0.43 0 0.83 0.61 91.08 0.71 0.23
Hex 39 64 11 2B 0 53 3D 5B 47 17
Octal 71 144 21 53 0 123 75 133 107 27
Binary 111001 1100100 10001 101011 0 1010011 111101 1011011 1000111 10111

Color Harmonies of #396411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396411

Black with #396411

Text Example


Text Example

White with #396411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396411; }

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

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

background-color css

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

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

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

border-color css

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

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

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