Html Css Color HEX #85752D Corn Harvest

📋 copy color: '#85752D'

red 133 ◦ green 117 ◦ blue 45

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

Shades of Corn Harvest #85752D

Tints of Corn Harvest #85752D

RGB

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

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

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

R = 45.08%
G = 39.66%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85752D (or 0x85752D) is known color: Corn Harvest. HEX triplet: 85, 75 and 2D. RGB value is (133,117,45). Sum of RGB (Red+Green+Blue) = 133+117+45=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752D is #7A8AD2. Grayscale: #717171. Windows color (decimal): -8030931 or 2979205. OLE color: 2979205.

HSL color Cylindrical-coordinate representation of color #85752D: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85752D is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 45 -
CMYK 0 0.12 0.66 0.48
HSL 49.09º 0.49% 0.35% -
HSV(B) 49.09º 0.66% 0.52% -
XYZ 16.51 17.9 5.07 -
YUV 113.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 133 117 45 0 0.12 0.66 0.48 49.09 0.49 0.35
Hex 85 75 2D 0 C 42 30 31 31 23
Octal 205 165 55 0 14 102 60 61 61 43
Binary 10000101 1110101 101101 0 1100 1000010 110000 110001 110001 100011

Color Harmonies of #85752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85752D

Black with #85752D

Text Example


Text Example

White with #85752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85752D; }

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

 H1.HeaderClassName
 {
   color: #85752D;
 }
 .AnyTagClassName
 {
   color: #85752D;
 }
</style>

background-color css

<style>
 a { background-color: #85752D; }

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

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

border-color css

<style>
 span { border-color: #85752D; }

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

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