Html Css Color HEX #85833C Highball

📋 copy color: '#85833C'

red 133 ◦ green 131 ◦ blue 60

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

Shades of Highball #85833C

Tints of Highball #85833C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 41.05%
G = 40.43%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85833C (or 0x85833C) is known color: Highball. HEX triplet: 85, 83 and 3C. RGB value is (133,131,60). Sum of RGB (Red+Green+Blue) = 133+131+60=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85833C is #7A7CC3. Grayscale: #7B7B7B. Windows color (decimal): -8027332 or 3965829. OLE color: 3965829.

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

Color convert

RGB 133 131 60 -
CMYK 0 0.02 0.55 0.48
HSL 58.36º 0.38% 0.38% -
HSV(B) 58.36º 0.55% 0.52% -
XYZ 18.6 21.55 7.45 -
YUV 123.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 133 131 60 0 0.02 0.55 0.48 58.36 0.38 0.38
Hex 85 83 3C 0 2 37 30 3A 26 26
Octal 205 203 74 0 2 67 60 72 46 46
Binary 10000101 10000011 111100 0 10 110111 110000 111010 100110 100110

Color Harmonies of #85833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85833C

Black with #85833C

Text Example


Text Example

White with #85833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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