Html Css Color HEX #386513 Dell

📋 copy color: '#386513'

red 56 ◦ green 101 ◦ blue 19

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

Shades of Dell #386513

Tints of Dell #386513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 57.39%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 31.82%
G = 57.39%
B = 10.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#386513 (or 0x386513) is known color: Dell. HEX triplet: 38, 65 and 13. RGB value is (56,101,19). Sum of RGB (Red+Green+Blue) = 56+101+19=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #386513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386513 is #C79AEC. Grayscale: #4E4E4E. Windows color (decimal): -13081325 or 1271096. OLE color: 1271096.

HSL color Cylindrical-coordinate representation of color #386513: hue angle of 92.93º 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 #386513 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 101 19 -
CMYK 0.45 0 0.81 0.60
HSL 92.93º 0.68% 0.24% -
HSV(B) 92.93º 0.81% 0.4% -
XYZ 6.4 10.2 2.25 -
YUV 78.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 56 101 19 0.45 0 0.81 0.60 92.93 0.68 0.24
Hex 38 65 13 2D 0 51 3C 5D 44 18
Octal 70 145 23 55 0 121 74 135 104 30
Binary 111000 1100101 10011 101101 0 1010001 111100 1011101 1000100 11000

Color Harmonies of #386513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386513

Black with #386513

Text Example


Text Example

White with #386513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386513; }

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

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

background-color css

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

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

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

border-color css

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

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

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