Html Css Color HEX #8B753C Corn Harvest

📋 copy color: '#8B753C'

red 139 ◦ green 117 ◦ blue 60

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

Shades of Corn Harvest #8B753C

Tints of Corn Harvest #8B753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 43.99%
G = 37.03%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B753C (or 0x8B753C) is known color: Corn Harvest. HEX triplet: 8B, 75 and 3C. RGB value is (139,117,60). Sum of RGB (Red+Green+Blue) = 139+117+60=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B753C is #748AC3. Grayscale: #757575. Windows color (decimal): -7637700 or 3962251. OLE color: 3962251.

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

Color convert

RGB 139 117 60 -
CMYK 0 0.16 0.57 0.45
HSL 43.29º 0.4% 0.39% -
HSV(B) 43.29º 0.57% 0.55% -
XYZ 17.82 18.54 6.91 -
YUV 117.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 139 117 60 0 0.16 0.57 0.45 43.29 0.4 0.39
Hex 8B 75 3C 0 10 39 2D 2B 28 27
Octal 213 165 74 0 20 71 55 53 50 47
Binary 10001011 1110101 111100 0 10000 111001 101101 101011 101000 100111

Color Harmonies of #8B753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B753C

Black with #8B753C

Text Example


Text Example

White with #8B753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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