Html Css Color HEX #47632A Dell

📋 copy color: '#47632A'

red 71 ◦ green 99 ◦ blue 42

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

Shades of Dell #47632A

Tints of Dell #47632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 33.49%
G = 46.7%
B = 19.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#47632A (or 0x47632A) is known color: Dell. HEX triplet: 47, 63 and 2A. RGB value is (71,99,42). Sum of RGB (Red+Green+Blue) = 71+99+42=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #47632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47632A is #B89CD5. Grayscale: #545454. Windows color (decimal): -12098774 or 2777927. OLE color: 2777927.

HSL color Cylindrical-coordinate representation of color #47632A: hue angle of 89.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47632A is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 42 -
CMYK 0.28 0 0.58 0.61
HSL 89.47º 0.4% 0.28% -
HSV(B) 89.47º 0.58% 0.39% -
XYZ 7.48 10.43 3.81 -
YUV 84.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 71 99 42 0.28 0 0.58 0.61 89.47 0.4 0.28
Hex 47 63 2A 1C 0 3A 3D 59 28 1C
Octal 107 143 52 34 0 72 75 131 50 34
Binary 1000111 1100011 101010 11100 0 111010 111101 1011001 101000 11100

Color Harmonies of #47632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47632A

Black with #47632A

Text Example


Text Example

White with #47632A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47632A; }

 p { color: rgb(71,99,42); }

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

background-color css

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

 a { background-color: rgb(71,99,42); }

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

border-color css

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

 span { border-color: rgb(71,99,42); }

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