Html Css Color HEX #376411 Dell

📋 copy color: '#376411'

red 55 ◦ green 100 ◦ blue 17

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

Shades of Dell #376411

Tints of Dell #376411

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

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

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

R = 31.98%
G = 58.14%
B = 9.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#376411 (or 0x376411) is known color: Dell. HEX triplet: 37, 64 and 11. RGB value is (55,100,17). Sum of RGB (Red+Green+Blue) = 55+100+17=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #376411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376411 is #C89BEE. Grayscale: #4D4D4D. Windows color (decimal): -13147119 or 1139767. OLE color: 1139767.

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

Color convert

RGB 55 100 17 -
CMYK 0.45 0 0.83 0.61
HSL 92.53º 0.71% 0.23% -
HSV(B) 92.53º 0.83% 0.39% -
XYZ 6.23 9.97 2.13 -
YUV 77.08 94.09 112.25 -
System Red Green Blue C M Y K H S L
Decimal 55 100 17 0.45 0 0.83 0.61 92.53 0.71 0.23
Hex 37 64 11 2D 0 53 3D 5D 47 17
Octal 67 144 21 55 0 123 75 135 107 27
Binary 110111 1100100 10001 101101 0 1010011 111101 1011101 1000111 10111

Color Harmonies of #376411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376411

Black with #376411

Text Example


Text Example

White with #376411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376411; }

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

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

background-color css

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

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

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

border-color css

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

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

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