Html Css Color HEX #8B7530 Corn Harvest

📋 copy color: '#8B7530'

red 139 ◦ green 117 ◦ blue 48

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

Shades of Corn Harvest #8B7530

Tints of Corn Harvest #8B7530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 45.72%
G = 38.49%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B7530 (or 0x8B7530) is known color: Corn Harvest. HEX triplet: 8B, 75 and 30. RGB value is (139,117,48). Sum of RGB (Red+Green+Blue) = 139+117+48=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7530 is #748ACF. Grayscale: #747474. Windows color (decimal): -7637712 or 3175819. OLE color: 3175819.

HSL color Cylindrical-coordinate representation of color #8B7530: hue angle of 45.49º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B7530 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 117 48 -
CMYK 0 0.16 0.65 0.45
HSL 45.49º 0.49% 0.37% -
HSV(B) 45.49º 0.65% 0.55% -
XYZ 17.54 18.42 5.43 -
YUV 115.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 139 117 48 0 0.16 0.65 0.45 45.49 0.49 0.37
Hex 8B 75 30 0 10 41 2D 2D 31 25
Octal 213 165 60 0 20 101 55 55 61 45
Binary 10001011 1110101 110000 0 10000 1000001 101101 101101 110001 100101

Color Harmonies of #8B7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7530

Black with #8B7530

Text Example


Text Example

White with #8B7530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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