Html Css Color HEX #858335 Highball

📋 copy color: '#858335'

red 133 ◦ green 131 ◦ blue 53

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

Shades of Highball #858335

Tints of Highball #858335

RGB

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

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

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

R = 41.96%
G = 41.32%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#858335 (or 0x858335) is known color: Highball. HEX triplet: 85, 83 and 35. RGB value is (133,131,53). Sum of RGB (Red+Green+Blue) = 133+131+53=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #858335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858335 is #7A7CCA. Grayscale: #7B7B7B. Windows color (decimal): -8027339 or 3507077. OLE color: 3507077.

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

Color convert

RGB 133 131 53 -
CMYK 0 0.02 0.60 0.48
HSL 58.5º 0.43% 0.36% -
HSV(B) 58.5º 0.6% 0.52% -
XYZ 18.43 21.48 6.54 -
YUV 122.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 133 131 53 0 0.02 0.60 0.48 58.5 0.43 0.36
Hex 85 83 35 0 2 3C 30 3A 2B 24
Octal 205 203 65 0 2 74 60 72 53 44
Binary 10000101 10000011 110101 0 10 111100 110000 111010 101011 100100

Color Harmonies of #858335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858335

Black with #858335

Text Example


Text Example

White with #858335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858335; }

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

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

background-color css

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

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

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

border-color css

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

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

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