Html Css Color HEX #386717 Dell

📋 copy color: '#386717'

red 56 ◦ green 103 ◦ blue 23

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

Shades of Dell #386717

Tints of Dell #386717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.59%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 30.77%
G = 56.59%
B = 12.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#386717 (or 0x386717) is known color: Dell. HEX triplet: 38, 67 and 17. RGB value is (56,103,23). Sum of RGB (Red+Green+Blue) = 56+103+23=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #386717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386717 is #C798E8. Grayscale: #505050. Windows color (decimal): -13080809 or 1533752. OLE color: 1533752.

HSL color Cylindrical-coordinate representation of color #386717: hue angle of 95.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #386717 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 23 -
CMYK 0.46 0 0.78 0.60
HSL 95.25º 0.63% 0.25% -
HSV(B) 95.25º 0.78% 0.4% -
XYZ 6.64 10.6 2.51 -
YUV 79.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 56 103 23 0.46 0 0.78 0.60 95.25 0.63 0.25
Hex 38 67 17 2E 0 4E 3C 5F 3F 19
Octal 70 147 27 56 0 116 74 137 77 31
Binary 111000 1100111 10111 101110 0 1001110 111100 1011111 111111 11001

Color Harmonies of #386717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386717

Black with #386717

Text Example


Text Example

White with #386717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386717; }

 p { color: rgb(56,103,23); }

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

background-color css

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

 a { background-color: rgb(56,103,23); }

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

border-color css

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

 span { border-color: rgb(56,103,23); }

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