Html Css Color HEX #85853A Highball

📋 copy color: '#85853A'

red 133 ◦ green 133 ◦ blue 58

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

Shades of Highball #85853A

Tints of Highball #85853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 41.05%
G = 41.05%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85853A (or 0x85853A) is known color: Highball. HEX triplet: 85, 85 and 3A. RGB value is (133,133,58). Sum of RGB (Red+Green+Blue) = 133+133+58=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85853A is #7A7AC5. Grayscale: #7C7C7C. Windows color (decimal): -8026822 or 3835269. OLE color: 3835269.

HSL color Cylindrical-coordinate representation of color #85853A: hue angle of 60º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85853A is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 58 -
CMYK 0 0 0.56 0.48
HSL 60º 0.39% 0.37% -
HSV(B) 60º 0.56% 0.52% -
XYZ 18.82 22.07 7.27 -
YUV 124.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 133 133 58 0 0 0.56 0.48 60 0.39 0.37
Hex 85 85 3A 0 0 38 30 3C 27 25
Octal 205 205 72 0 0 70 60 74 47 45
Binary 10000101 10000101 111010 0 0 111000 110000 111100 100111 100101

Color Harmonies of #85853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85853A

Black with #85853A

Text Example


Text Example

White with #85853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85853A; }

 p { color: rgb(133,133,58); }

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

background-color css

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

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

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

border-color css

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

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

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