Html Css Color HEX #85833F Highball

📋 copy color: '#85833F'

red 133 ◦ green 131 ◦ blue 63

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

Shades of Highball #85833F

Tints of Highball #85833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

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

R = 40.67%
G = 40.06%
B = 19.27%

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

#85833F (or 0x85833F) is known color: Highball. HEX triplet: 85, 83 and 3F. RGB value is (133,131,63). Sum of RGB (Red+Green+Blue) = 133+131+63=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833F is #7A7CC0. Grayscale: #7C7C7C. Windows color (decimal): -8027329 or 4162437. OLE color: 4162437.

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

Color convert

RGB 133 131 63 -
CMYK 0 0.02 0.53 0.48
HSL 58.29º 0.36% 0.38% -
HSV(B) 58.29º 0.53% 0.52% -
XYZ 18.69 21.58 7.88 -
YUV 123.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 133 131 63 0 0.02 0.53 0.48 58.29 0.36 0.38
Hex 85 83 3F 0 2 35 30 3A 24 26
Octal 205 203 77 0 2 65 60 72 44 46
Binary 10000101 10000011 111111 0 10 110101 110000 111010 100100 100110

Color Harmonies of #85833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85833F

Black with #85833F

Text Example


Text Example

White with #85833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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