Html Css Color HEX #376315 Dell

📋 copy color: '#376315'

red 55 ◦ green 99 ◦ blue 21

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

Shades of Dell #376315

Tints of Dell #376315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 31.43%
G = 56.57%
B = 12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#376315 (or 0x376315) is known color: Dell. HEX triplet: 37, 63 and 15. RGB value is (55,99,21). Sum of RGB (Red+Green+Blue) = 55+99+21=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #376315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376315 is #C89CEA. Grayscale: #4D4D4D. Windows color (decimal): -13147371 or 1401655. OLE color: 1401655.

HSL color Cylindrical-coordinate representation of color #376315: hue angle of 93.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #376315 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 21 -
CMYK 0.44 0 0.79 0.61
HSL 93.85º 0.65% 0.24% -
HSV(B) 93.85º 0.79% 0.39% -
XYZ 6.17 9.79 2.27 -
YUV 76.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 55 99 21 0.44 0 0.79 0.61 93.85 0.65 0.24
Hex 37 63 15 2C 0 4F 3D 5E 41 18
Octal 67 143 25 54 0 117 75 136 101 30
Binary 110111 1100011 10101 101100 0 1001111 111101 1011110 1000001 11000

Color Harmonies of #376315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376315

Black with #376315

Text Example


Text Example

White with #376315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376315; }

 p { color: rgb(55,99,21); }

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

background-color css

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

 a { background-color: rgb(55,99,21); }

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

border-color css

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

 span { border-color: rgb(55,99,21); }

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