Html Css Color HEX #47612D Dell

📋 copy color: '#47612D'

red 71 ◦ green 97 ◦ blue 45

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

Shades of Dell #47612D

Tints of Dell #47612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 33.33%
G = 45.54%
B = 21.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#47612D (or 0x47612D) is known color: Dell. HEX triplet: 47, 61 and 2D. RGB value is (71,97,45). Sum of RGB (Red+Green+Blue) = 71+97+45=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #47612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47612D is #B89ED2. Grayscale: #535353. Windows color (decimal): -12099283 or 2974023. OLE color: 2974023.

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

Color convert

RGB 71 97 45 -
CMYK 0.27 0 0.54 0.62
HSL 90º 0.37% 0.28% -
HSV(B) 90º 0.54% 0.38% -
XYZ 7.35 10.08 4.04 -
YUV 83.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 71 97 45 0.27 0 0.54 0.62 90 0.37 0.28
Hex 47 61 2D 1B 0 36 3E 5A 25 1C
Octal 107 141 55 33 0 66 76 132 45 34
Binary 1000111 1100001 101101 11011 0 110110 111110 1011010 100101 11100

Color Harmonies of #47612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47612D

Black with #47612D

Text Example


Text Example

White with #47612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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