Html Css Color HEX #85833D Highball

📋 copy color: '#85833D'

red 133 ◦ green 131 ◦ blue 61

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

Shades of Highball #85833D

Tints of Highball #85833D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 40.92%
G = 40.31%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85833D (or 0x85833D) is known color: Highball. HEX triplet: 85, 83 and 3D. RGB value is (133,131,61). Sum of RGB (Red+Green+Blue) = 133+131+61=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833D is #7A7CC2. Grayscale: #7B7B7B. Windows color (decimal): -8027331 or 4031365. OLE color: 4031365.

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

Color convert

RGB 133 131 61 -
CMYK 0 0.02 0.54 0.48
HSL 58.33º 0.37% 0.38% -
HSV(B) 58.33º 0.54% 0.52% -
XYZ 18.63 21.56 7.59 -
YUV 123.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 133 131 61 0 0.02 0.54 0.48 58.33 0.37 0.38
Hex 85 83 3D 0 2 36 30 3A 25 26
Octal 205 203 75 0 2 66 60 72 45 46
Binary 10000101 10000011 111101 0 10 110110 110000 111010 100101 100110

Color Harmonies of #85833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85833D

Black with #85833D

Text Example


Text Example

White with #85833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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