Html Css Color HEX #47692B Dell

📋 copy color: '#47692B'

red 71 ◦ green 105 ◦ blue 43

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

Shades of Dell #47692B

Tints of Dell #47692B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.95%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 32.42%
G = 47.95%
B = 19.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#47692B (or 0x47692B) is known color: Dell. HEX triplet: 47, 69 and 2B. RGB value is (71,105,43). Sum of RGB (Red+Green+Blue) = 71+105+43=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #47692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47692B is #B896D4. Grayscale: #575757. Windows color (decimal): -12097237 or 2844999. OLE color: 2844999.

HSL color Cylindrical-coordinate representation of color #47692B: hue angle of 92.9º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47692B is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 43 -
CMYK 0.32 0 0.59 0.59
HSL 92.9º 0.42% 0.29% -
HSV(B) 92.9º 0.59% 0.41% -
XYZ 8.09 11.62 4.1 -
YUV 87.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 71 105 43 0.32 0 0.59 0.59 92.9 0.42 0.29
Hex 47 69 2B 20 0 3B 3B 5D 2A 1D
Octal 107 151 53 40 0 73 73 135 52 35
Binary 1000111 1101001 101011 100000 0 111011 111011 1011101 101010 11101

Color Harmonies of #47692B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47692B

Black with #47692B

Text Example


Text Example

White with #47692B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47692B; }

 p { color: rgb(71,105,43); }

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

background-color css

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

 a { background-color: rgb(71,105,43); }

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

border-color css

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

 span { border-color: rgb(71,105,43); }

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