Html Css Color HEX #71854D Dingley

📋 copy color: '#71854D'

red 113 ◦ green 133 ◦ blue 77

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

Shades of Dingley #71854D

Tints of Dingley #71854D

RGB

 RED value IS 113 (44.53% from 255) = 34.98%

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 34.98%
G = 41.18%
B = 23.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#71854D (or 0x71854D) is known color: Dingley. HEX triplet: 71, 85 and 4D. RGB value is (113,133,77). Sum of RGB (Red+Green+Blue) = 113+133+77=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #71854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71854D is #8E7AB2. Grayscale: #787878. Windows color (decimal): -9337523 or 5080433. OLE color: 5080433.

HSL color Cylindrical-coordinate representation of color #71854D: hue angle of 81.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71854D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 77 -
CMYK 0.15 0 0.42 0.48
HSL 81.43º 0.27% 0.41% -
HSV(B) 81.43º 0.42% 0.52% -
XYZ 16.54 20.82 10.17 -
YUV 120.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 113 133 77 0.15 0 0.42 0.48 81.43 0.27 0.41
Hex 71 85 4D F 0 2A 30 51 1B 29
Octal 161 205 115 17 0 52 60 121 33 51
Binary 1110001 10000101 1001101 1111 0 101010 110000 1010001 11011 101001

Color Harmonies of #71854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71854D

Black with #71854D

Text Example


Text Example

White with #71854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,133,77); }

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

background-color css

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

 a { background-color: rgb(113,133,77); }

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

border-color css

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

 span { border-color: rgb(113,133,77); }

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