Html Css Color HEX #85823F Highball

📋 copy color: '#85823F'

red 133 ◦ green 130 ◦ blue 63

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

Shades of Highball #85823F

Tints of Highball #85823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 40.8%
G = 39.88%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85823F (or 0x85823F) is known color: Highball. HEX triplet: 85, 82 and 3F. RGB value is (133,130,63). Sum of RGB (Red+Green+Blue) = 133+130+63=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85823F is #7A7DC0. Grayscale: #7B7B7B. Windows color (decimal): -8027585 or 4162181. OLE color: 4162181.

HSL color Cylindrical-coordinate representation of color #85823F: hue angle of 57.43º 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 #85823F is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 63 -
CMYK 0 0.02 0.53 0.48
HSL 57.43º 0.36% 0.38% -
HSV(B) 57.43º 0.53% 0.52% -
XYZ 18.55 21.31 7.84 -
YUV 123.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 133 130 63 0 0.02 0.53 0.48 57.43 0.36 0.38
Hex 85 82 3F 0 2 35 30 39 24 26
Octal 205 202 77 0 2 65 60 71 44 46
Binary 10000101 10000010 111111 0 10 110101 110000 111001 100100 100110

Color Harmonies of #85823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85823F

Black with #85823F

Text Example


Text Example

White with #85823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,130,63); }

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

background-color css

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

 a { background-color: rgb(133,130,63); }

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

border-color css

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

 span { border-color: rgb(133,130,63); }

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