Html Css Color HEX #8A7334 Corn Harvest

📋 copy color: '#8A7334'

red 138 ◦ green 115 ◦ blue 52

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

Shades of Corn Harvest #8A7334

Tints of Corn Harvest #8A7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 45.25%
G = 37.7%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A7334 (or 0x8A7334) is known color: Corn Harvest. HEX triplet: 8A, 73 and 34. RGB value is (138,115,52). Sum of RGB (Red+Green+Blue) = 138+115+52=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7334 is #758CCB. Grayscale: #727272. Windows color (decimal): -7703756 or 3437450. OLE color: 3437450.

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

Color convert

RGB 138 115 52 -
CMYK 0 0.17 0.62 0.46
HSL 43.95º 0.45% 0.37% -
HSV(B) 43.95º 0.62% 0.54% -
XYZ 17.23 17.91 5.8 -
YUV 114.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 138 115 52 0 0.17 0.62 0.46 43.95 0.45 0.37
Hex 8A 73 34 0 11 3E 2E 2C 2D 25
Octal 212 163 64 0 21 76 56 54 55 45
Binary 10001010 1110011 110100 0 10001 111110 101110 101100 101101 100101

Color Harmonies of #8A7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7334

Black with #8A7334

Text Example


Text Example

White with #8A7334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,52); }

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

background-color css

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

 a { background-color: rgb(138,115,52); }

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

border-color css

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

 span { border-color: rgb(138,115,52); }

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