Html Css Color HEX #8D7524 Corn Harvest

📋 copy color: '#8D7524'

red 141 ◦ green 117 ◦ blue 36

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

Shades of Corn Harvest #8D7524

Tints of Corn Harvest #8D7524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 47.96%
G = 39.8%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8D7524 (or 0x8D7524) is known color: Corn Harvest. HEX triplet: 8D, 75 and 24. RGB value is (141,117,36). Sum of RGB (Red+Green+Blue) = 141+117+36=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7524 is #728ADB. Grayscale: #737373. Windows color (decimal): -7506652 or 2389389. OLE color: 2389389.

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

Color convert

RGB 141 117 36 -
CMYK 0 0.17 0.74 0.45
HSL 46.29º 0.59% 0.35% -
HSV(B) 46.29º 0.74% 0.55% -
XYZ 17.66 18.51 4.31 -
YUV 114.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 141 117 36 0 0.17 0.74 0.45 46.29 0.59 0.35
Hex 8D 75 24 0 11 4A 2D 2E 3B 23
Octal 215 165 44 0 21 112 55 56 73 43
Binary 10001101 1110101 100100 0 10001 1001010 101101 101110 111011 100011

Color Harmonies of #8D7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7524

Black with #8D7524

Text Example


Text Example

White with #8D7524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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