Html Css Color HEX #8B762D Corn Harvest

📋 copy color: '#8B762D'

red 139 ◦ green 118 ◦ blue 45

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

Shades of Corn Harvest #8B762D

Tints of Corn Harvest #8B762D

RGB

 RED value IS 139 (54.69% from 255) = 46.03%

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

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 46.03%
G = 39.07%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B762D (or 0x8B762D) is known color: Corn Harvest. HEX triplet: 8B, 76 and 2D. RGB value is (139,118,45). Sum of RGB (Red+Green+Blue) = 139+118+45=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B762D is #7489D2. Grayscale: #747474. Windows color (decimal): -7637459 or 2979467. OLE color: 2979467.

HSL color Cylindrical-coordinate representation of color #8B762D: hue angle of 46.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B762D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 118 45 -
CMYK 0 0.15 0.68 0.45
HSL 46.6º 0.51% 0.36% -
HSV(B) 46.6º 0.68% 0.55% -
XYZ 17.6 18.64 5.15 -
YUV 115.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 139 118 45 0 0.15 0.68 0.45 46.6 0.51 0.36
Hex 8B 76 2D 0 F 44 2D 2F 33 24
Octal 213 166 55 0 17 104 55 57 63 44
Binary 10001011 1110110 101101 0 1111 1000100 101101 101111 110011 100100

Color Harmonies of #8B762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B762D

Black with #8B762D

Text Example


Text Example

White with #8B762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,45); }

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

background-color css

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

 a { background-color: rgb(139,118,45); }

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

border-color css

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

 span { border-color: rgb(139,118,45); }

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