Html Css Color HEX #85843E Highball

📋 copy color: '#85843E'

red 133 ◦ green 132 ◦ blue 62

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

Shades of Highball #85843E

Tints of Highball #85843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 62 (24.61% from 255) = 18.96%

R = 40.67%
G = 40.37%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85843E (or 0x85843E) is known color: Highball. HEX triplet: 85, 84 and 3E. RGB value is (133,132,62). Sum of RGB (Red+Green+Blue) = 133+132+62=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843E is #7A7BC1. Grayscale: #7C7C7C. Windows color (decimal): -8027074 or 4097157. OLE color: 4097157.

HSL color Cylindrical-coordinate representation of color #85843E: hue angle of 59.15º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85843E is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 62 -
CMYK 0 0.01 0.53 0.48
HSL 59.15º 0.36% 0.38% -
HSV(B) 59.15º 0.53% 0.52% -
XYZ 18.79 21.84 7.78 -
YUV 124.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 133 132 62 0 0.01 0.53 0.48 59.15 0.36 0.38
Hex 85 84 3E 0 1 35 30 3B 24 26
Octal 205 204 76 0 1 65 60 73 44 46
Binary 10000101 10000100 111110 0 1 110101 110000 111011 100100 100110

Color Harmonies of #85843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85843E

Black with #85843E

Text Example


Text Example

White with #85843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85843E; }

 p { color: rgb(133,132,62); }

 H1.HeaderClassName
 {
   color: #85843E;
 }
 .AnyTagClassName
 {
   color: #85843E;
 }
</style>

background-color css

<style>
 a { background-color: #85843E; }

 a { background-color: rgb(133,132,62); }

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

border-color css

<style>
 span { border-color: #85843E; }

 span { border-color: rgb(133,132,62); }

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