Html Css Color HEX #858448 Highball

📋 copy color: '#858448'

red 133 ◦ green 132 ◦ blue 72

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

Shades of Highball #858448

Tints of Highball #858448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 39.47%
G = 39.17%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#858448 (or 0x858448) is known color: Highball. HEX triplet: 85, 84 and 48. RGB value is (133,132,72). Sum of RGB (Red+Green+Blue) = 133+132+72=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #858448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858448 is #7A7BB7. Grayscale: #7D7D7D. Windows color (decimal): -8027064 or 4752517. OLE color: 4752517.

HSL color Cylindrical-coordinate representation of color #858448: hue angle of 59.02º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858448 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 132 72 -
CMYK 0 0.01 0.46 0.48
HSL 59.02º 0.3% 0.4% -
HSV(B) 59.02º 0.46% 0.52% -
XYZ 19.09 21.96 9.36 -
YUV 125.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 133 132 72 0 0.01 0.46 0.48 59.02 0.3 0.4
Hex 85 84 48 0 1 2E 30 3B 1E 28
Octal 205 204 110 0 1 56 60 73 36 50
Binary 10000101 10000100 1001000 0 1 101110 110000 111011 11110 101000

Color Harmonies of #858448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858448

Black with #858448

Text Example


Text Example

White with #858448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858448; }

 p { color: rgb(133,132,72); }

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

background-color css

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

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

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

border-color css

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

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

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