Html Css Color HEX #85763B Corn Harvest

📋 copy color: '#85763B'

red 133 ◦ green 118 ◦ blue 59

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

Shades of Corn Harvest #85763B

Tints of Corn Harvest #85763B

RGB

 RED value IS 133 (52.34% from 255) = 42.9%

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 42.9%
G = 38.06%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85763B (or 0x85763B) is known color: Corn Harvest. HEX triplet: 85, 76 and 3B. RGB value is (133,118,59). Sum of RGB (Red+Green+Blue) = 133+118+59=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85763B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85763B is #7A89C4. Grayscale: #747474. Windows color (decimal): -8030661 or 3896965. OLE color: 3896965.

HSL color Cylindrical-coordinate representation of color #85763B: hue angle of 47.84º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85763B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 59 -
CMYK 0 0.11 0.56 0.48
HSL 47.84º 0.39% 0.38% -
HSV(B) 47.84º 0.56% 0.52% -
XYZ 16.94 18.26 6.77 -
YUV 115.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 133 118 59 0 0.11 0.56 0.48 47.84 0.39 0.38
Hex 85 76 3B 0 B 38 30 30 27 26
Octal 205 166 73 0 13 70 60 60 47 46
Binary 10000101 1110110 111011 0 1011 111000 110000 110000 100111 100110

Color Harmonies of #85763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85763B

Black with #85763B

Text Example


Text Example

White with #85763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85763B; }

 p { color: rgb(133,118,59); }

 H1.HeaderClassName
 {
   color: #85763B;
 }
 .AnyTagClassName
 {
   color: #85763B;
 }
</style>

background-color css

<style>
 a { background-color: #85763B; }

 a { background-color: rgb(133,118,59); }

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

border-color css

<style>
 span { border-color: #85763B; }

 span { border-color: rgb(133,118,59); }

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