Html Css Color HEX #8A7633 Corn Harvest

📋 copy color: '#8A7633'

red 138 ◦ green 118 ◦ blue 51

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

Shades of Corn Harvest #8A7633

Tints of Corn Harvest #8A7633

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 44.95%
G = 38.44%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A7633 (or 0x8A7633) is known color: Corn Harvest. HEX triplet: 8A, 76 and 33. RGB value is (138,118,51). Sum of RGB (Red+Green+Blue) = 138+118+51=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7633 is #7589CC. Grayscale: #747474. Windows color (decimal): -7702989 or 3372682. OLE color: 3372682.

HSL color Cylindrical-coordinate representation of color #8A7633: hue angle of 46.21º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A7633 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 118 51 -
CMYK 0 0.14 0.63 0.46
HSL 46.21º 0.46% 0.37% -
HSV(B) 46.21º 0.63% 0.54% -
XYZ 17.56 18.6 5.8 -
YUV 116.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 138 118 51 0 0.14 0.63 0.46 46.21 0.46 0.37
Hex 8A 76 33 0 E 3F 2E 2E 2E 25
Octal 212 166 63 0 16 77 56 56 56 45
Binary 10001010 1110110 110011 0 1110 111111 101110 101110 101110 100101

Color Harmonies of #8A7633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7633

Black with #8A7633

Text Example


Text Example

White with #8A7633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,118,51); }

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

background-color css

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

 a { background-color: rgb(138,118,51); }

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

border-color css

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

 span { border-color: rgb(138,118,51); }

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