Html Css Color HEX #47612C Dell

📋 copy color: '#47612C'

red 71 ◦ green 97 ◦ blue 44

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

Shades of Dell #47612C

Tints of Dell #47612C

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 33.49%
G = 45.75%
B = 20.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#47612C (or 0x47612C) is known color: Dell. HEX triplet: 47, 61 and 2C. RGB value is (71,97,44). Sum of RGB (Red+Green+Blue) = 71+97+44=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #47612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612C is #B89ED3. Grayscale: #535353. Windows color (decimal): -12099284 or 2908487. OLE color: 2908487.

HSL color Cylindrical-coordinate representation of color #47612C: hue angle of 89.43º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47612C is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 44 -
CMYK 0.27 0 0.55 0.62
HSL 89.43º 0.38% 0.28% -
HSV(B) 89.43º 0.55% 0.38% -
XYZ 7.33 10.07 3.94 -
YUV 83.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 71 97 44 0.27 0 0.55 0.62 89.43 0.38 0.28
Hex 47 61 2C 1B 0 37 3E 59 26 1C
Octal 107 141 54 33 0 67 76 131 46 34
Binary 1000111 1100001 101100 11011 0 110111 111110 1011001 100110 11100

Color Harmonies of #47612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47612C

Black with #47612C

Text Example


Text Example

White with #47612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47612C; }

 p { color: rgb(71,97,44); }

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

background-color css

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

 a { background-color: rgb(71,97,44); }

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

border-color css

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

 span { border-color: rgb(71,97,44); }

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