Html Css Color HEX #376211 Dell

📋 copy color: '#376211'

red 55 ◦ green 98 ◦ blue 17

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

Shades of Dell #376211

Tints of Dell #376211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.65%

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

R = 32.35%
G = 57.65%
B = 10%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#376211 (or 0x376211) is known color: Dell. HEX triplet: 37, 62 and 11. RGB value is (55,98,17). Sum of RGB (Red+Green+Blue) = 55+98+17=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #376211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376211 is #C89DEE. Grayscale: #4C4C4C. Windows color (decimal): -13147631 or 1139255. OLE color: 1139255.

HSL color Cylindrical-coordinate representation of color #376211: hue angle of 91.85º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #376211 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 98 17 -
CMYK 0.44 0 0.83 0.62
HSL 91.85º 0.7% 0.23% -
HSV(B) 91.85º 0.83% 0.38% -
XYZ 6.04 9.59 2.06 -
YUV 75.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 55 98 17 0.44 0 0.83 0.62 91.85 0.7 0.23
Hex 37 62 11 2C 0 53 3E 5C 46 17
Octal 67 142 21 54 0 123 76 134 106 27
Binary 110111 1100010 10001 101100 0 1010011 111110 1011100 1000110 10111

Color Harmonies of #376211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376211

Black with #376211

Text Example


Text Example

White with #376211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376211; }

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

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

background-color css

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

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

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

border-color css

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

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

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