Html Css Color HEX #858035 Highball

📋 copy color: '#858035'

red 133 ◦ green 128 ◦ blue 53

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

Shades of Highball #858035

Tints of Highball #858035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 42.36%
G = 40.76%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#858035 (or 0x858035) is known color: Highball. HEX triplet: 85, 80 and 35. RGB value is (133,128,53). Sum of RGB (Red+Green+Blue) = 133+128+53=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #858035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858035 is #7A7FCA. Grayscale: #797979. Windows color (decimal): -8028107 or 3506309. OLE color: 3506309.

HSL color Cylindrical-coordinate representation of color #858035: hue angle of 56.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858035 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 128 53 -
CMYK 0 0.04 0.60 0.48
HSL 56.25º 0.43% 0.36% -
HSV(B) 56.25º 0.6% 0.52% -
XYZ 18.03 20.68 6.41 -
YUV 120.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 133 128 53 0 0.04 0.60 0.48 56.25 0.43 0.36
Hex 85 80 35 0 4 3C 30 38 2B 24
Octal 205 200 65 0 4 74 60 70 53 44
Binary 10000101 10000000 110101 0 100 111100 110000 111000 101011 100100

Color Harmonies of #858035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858035

Black with #858035

Text Example


Text Example

White with #858035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858035; }

 p { color: rgb(133,128,53); }

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

background-color css

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

 a { background-color: rgb(133,128,53); }

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

border-color css

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

 span { border-color: rgb(133,128,53); }

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