Html Css Color HEX #8A7525 Corn Harvest

📋 copy color: '#8A7525'

red 138 ◦ green 117 ◦ blue 37

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

Shades of Corn Harvest #8A7525

Tints of Corn Harvest #8A7525

RGB

 RED value IS 138 (54.3% from 255) = 47.26%

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 47.26%
G = 40.07%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A7525 (or 0x8A7525) is known color: Corn Harvest. HEX triplet: 8A, 75 and 25. RGB value is (138,117,37). Sum of RGB (Red+Green+Blue) = 138+117+37=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7525 is #758ADA. Grayscale: #727272. Windows color (decimal): -7703259 or 2454922. OLE color: 2454922.

HSL color Cylindrical-coordinate representation of color #8A7525: hue angle of 47.52º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A7525 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 37 -
CMYK 0 0.15 0.73 0.46
HSL 47.52º 0.58% 0.34% -
HSV(B) 47.52º 0.73% 0.54% -
XYZ 17.18 18.26 4.37 -
YUV 114.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 138 117 37 0 0.15 0.73 0.46 47.52 0.58 0.34
Hex 8A 75 25 0 F 49 2E 30 3A 22
Octal 212 165 45 0 17 111 56 60 72 42
Binary 10001010 1110101 100101 0 1111 1001001 101110 110000 111010 100010

Color Harmonies of #8A7525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7525

Black with #8A7525

Text Example


Text Example

White with #8A7525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,37); }

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

background-color css

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

 a { background-color: rgb(138,117,37); }

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

border-color css

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

 span { border-color: rgb(138,117,37); }

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