Html Css Color HEX #858248 Highball

📋 copy color: '#858248'

red 133 ◦ green 130 ◦ blue 72

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

Shades of Highball #858248

Tints of Highball #858248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 39.7%
G = 38.81%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#858248 (or 0x858248) is known color: Highball. HEX triplet: 85, 82 and 48. RGB value is (133,130,72). Sum of RGB (Red+Green+Blue) = 133+130+72=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #858248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858248 is #7A7DB7. Grayscale: #7C7C7C. Windows color (decimal): -8027576 or 4752005. OLE color: 4752005.

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

Color convert

RGB 133 130 72 -
CMYK 0 0.02 0.46 0.48
HSL 57.05º 0.3% 0.4% -
HSV(B) 57.05º 0.46% 0.52% -
XYZ 18.83 21.42 9.27 -
YUV 124.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 133 130 72 0 0.02 0.46 0.48 57.05 0.3 0.4
Hex 85 82 48 0 2 2E 30 39 1E 28
Octal 205 202 110 0 2 56 60 71 36 50
Binary 10000101 10000010 1001000 0 10 101110 110000 111001 11110 101000

Color Harmonies of #858248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858248

Black with #858248

Text Example


Text Example

White with #858248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858248; }

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

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

background-color css

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

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

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

border-color css

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

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

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