Html Css Color HEX #85672F Corn Harvest

📋 copy color: '#85672F'

red 133 ◦ green 103 ◦ blue 47

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

Shades of Corn Harvest #85672F

Tints of Corn Harvest #85672F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 47%
G = 36.4%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85672F (or 0x85672F) is known color: Corn Harvest. HEX triplet: 85, 67 and 2F. RGB value is (133,103,47). Sum of RGB (Red+Green+Blue) = 133+103+47=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85672F is #7A98D0. Grayscale: #696969. Windows color (decimal): -8034513 or 3106693. OLE color: 3106693.

HSL color Cylindrical-coordinate representation of color #85672F: hue angle of 39.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85672F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 47 -
CMYK 0 0.23 0.65 0.48
HSL 39.07º 0.48% 0.35% -
HSV(B) 39.07º 0.65% 0.52% -
XYZ 15.04 14.89 4.77 -
YUV 105.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 133 103 47 0 0.23 0.65 0.48 39.07 0.48 0.35
Hex 85 67 2F 0 17 41 30 27 30 23
Octal 205 147 57 0 27 101 60 47 60 43
Binary 10000101 1100111 101111 0 10111 1000001 110000 100111 110000 100011

Color Harmonies of #85672F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85672F

Black with #85672F

Text Example


Text Example

White with #85672F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85672F; }

 p { color: rgb(133,103,47); }

 H1.HeaderClassName
 {
   color: #85672F;
 }
 .AnyTagClassName
 {
   color: #85672F;
 }
</style>

background-color css

<style>
 a { background-color: #85672F; }

 a { background-color: rgb(133,103,47); }

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

border-color css

<style>
 span { border-color: #85672F; }

 span { border-color: rgb(133,103,47); }

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