Html Css Color HEX #85833E Highball

📋 copy color: '#85833E'

red 133 ◦ green 131 ◦ blue 62

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

Shades of Highball #85833E

Tints of Highball #85833E

RGB

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

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

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

R = 40.8%
G = 40.18%
B = 19.02%

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

#85833E (or 0x85833E) is known color: Highball. HEX triplet: 85, 83 and 3E. RGB value is (133,131,62). Sum of RGB (Red+Green+Blue) = 133+131+62=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833E is #7A7CC1. Grayscale: #7C7C7C. Windows color (decimal): -8027330 or 4096901. OLE color: 4096901.

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

Color convert

RGB 133 131 62 -
CMYK 0 0.02 0.53 0.48
HSL 58.31º 0.36% 0.38% -
HSV(B) 58.31º 0.53% 0.52% -
XYZ 18.66 21.57 7.74 -
YUV 123.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 133 131 62 0 0.02 0.53 0.48 58.31 0.36 0.38
Hex 85 83 3E 0 2 35 30 3A 24 26
Octal 205 203 76 0 2 65 60 72 44 46
Binary 10000101 10000011 111110 0 10 110101 110000 111010 100100 100110

Color Harmonies of #85833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85833E

Black with #85833E

Text Example


Text Example

White with #85833E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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