Html Css Color HEX #386410 Dell

📋 copy color: '#386410'

red 56 ◦ green 100 ◦ blue 16

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

Shades of Dell #386410

Tints of Dell #386410

RGB

 RED value IS 56 (22.27% from 255) = 32.56%

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

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

R = 32.56%
G = 58.14%
B = 9.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#386410 (or 0x386410) is known color: Dell. HEX triplet: 38, 64 and 10. RGB value is (56,100,16). Sum of RGB (Red+Green+Blue) = 56+100+16=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #386410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386410 is #C79BEF. Grayscale: #4D4D4D. Windows color (decimal): -13081584 or 1074232. OLE color: 1074232.

HSL color Cylindrical-coordinate representation of color #386410: hue angle of 91.43º 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 #386410 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 16 -
CMYK 0.44 0 0.84 0.61
HSL 91.43º 0.72% 0.23% -
HSV(B) 91.43º 0.84% 0.39% -
XYZ 6.28 9.99 2.09 -
YUV 77.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 56 100 16 0.44 0 0.84 0.61 91.43 0.72 0.23
Hex 38 64 10 2C 0 54 3D 5B 48 17
Octal 70 144 20 54 0 124 75 133 110 27
Binary 111000 1100100 10000 101100 0 1010100 111101 1011011 1001000 10111

Color Harmonies of #386410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386410

Black with #386410

Text Example


Text Example

White with #386410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386410; }

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

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

background-color css

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

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

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

border-color css

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

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

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