Html Css Color HEX #8D751D Corn Harvest

📋 copy color: '#8D751D'

red 141 ◦ green 117 ◦ blue 29

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

Shades of Corn Harvest #8D751D

Tints of Corn Harvest #8D751D

RGB

 RED value IS 141 (55.47% from 255) = 49.13%

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 49.13%
G = 40.77%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D751D (or 0x8D751D) is known color: Corn Harvest. HEX triplet: 8D, 75 and 1D. RGB value is (141,117,29). Sum of RGB (Red+Green+Blue) = 141+117+29=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D751D is #728AE2. Grayscale: #727272. Windows color (decimal): -7506659 or 1930637. OLE color: 1930637.

HSL color Cylindrical-coordinate representation of color #8D751D: hue angle of 47.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D751D is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 117 29 -
CMYK 0 0.17 0.79 0.45
HSL 47.14º 0.66% 0.33% -
HSV(B) 47.14º 0.79% 0.55% -
XYZ 17.57 18.47 3.8 -
YUV 114.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 141 117 29 0 0.17 0.79 0.45 47.14 0.66 0.33
Hex 8D 75 1D 0 11 4F 2D 2F 42 21
Octal 215 165 35 0 21 117 55 57 102 41
Binary 10001101 1110101 11101 0 10001 1001111 101101 101111 1000010 100001

Color Harmonies of #8D751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D751D

Black with #8D751D

Text Example


Text Example

White with #8D751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D751D; }

 p { color: rgb(141,117,29); }

 H1.HeaderClassName
 {
   color: #8D751D;
 }
 .AnyTagClassName
 {
   color: #8D751D;
 }
</style>

background-color css

<style>
 a { background-color: #8D751D; }

 a { background-color: rgb(141,117,29); }

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

border-color css

<style>
 span { border-color: #8D751D; }

 span { border-color: rgb(141,117,29); }

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