Html Css Color HEX #8B752D Corn Harvest

📋 copy color: '#8B752D'

red 139 ◦ green 117 ◦ blue 45

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

Shades of Corn Harvest #8B752D

Tints of Corn Harvest #8B752D

RGB

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

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

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

R = 46.18%
G = 38.87%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B752D (or 0x8B752D) is known color: Corn Harvest. HEX triplet: 8B, 75 and 2D. RGB value is (139,117,45). Sum of RGB (Red+Green+Blue) = 139+117+45=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B752D is #748AD2. Grayscale: #737373. Windows color (decimal): -7637715 or 2979211. OLE color: 2979211.

HSL color Cylindrical-coordinate representation of color #8B752D: hue angle of 45.96º 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 #8B752D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 45 -
CMYK 0 0.16 0.68 0.45
HSL 45.96º 0.51% 0.36% -
HSV(B) 45.96º 0.68% 0.55% -
XYZ 17.48 18.4 5.11 -
YUV 115.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 139 117 45 0 0.16 0.68 0.45 45.96 0.51 0.36
Hex 8B 75 2D 0 10 44 2D 2E 33 24
Octal 213 165 55 0 20 104 55 56 63 44
Binary 10001011 1110101 101101 0 10000 1000100 101101 101110 110011 100100

Color Harmonies of #8B752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B752D

Black with #8B752D

Text Example


Text Example

White with #8B752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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