Html Css Color HEX #85833B Highball

📋 copy color: '#85833B'

red 133 ◦ green 131 ◦ blue 59

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

Shades of Highball #85833B

Tints of Highball #85833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 41.18%
G = 40.56%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85833B (or 0x85833B) is known color: Highball. HEX triplet: 85, 83 and 3B. RGB value is (133,131,59). Sum of RGB (Red+Green+Blue) = 133+131+59=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833B is #7A7CC4. Grayscale: #7B7B7B. Windows color (decimal): -8027333 or 3900293. OLE color: 3900293.

HSL color Cylindrical-coordinate representation of color #85833B: hue angle of 58.38º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85833B is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 59 -
CMYK 0 0.02 0.56 0.48
HSL 58.38º 0.39% 0.38% -
HSV(B) 58.38º 0.56% 0.52% -
XYZ 18.58 21.53 7.32 -
YUV 123.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 133 131 59 0 0.02 0.56 0.48 58.38 0.39 0.38
Hex 85 83 3B 0 2 38 30 3A 27 26
Octal 205 203 73 0 2 70 60 72 47 46
Binary 10000101 10000011 111011 0 10 111000 110000 111010 100111 100110

Color Harmonies of #85833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85833B

Black with #85833B

Text Example


Text Example

White with #85833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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