Html Css Color HEX #858348 Highball

📋 copy color: '#858348'

red 133 ◦ green 131 ◦ blue 72

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

Shades of Highball #858348

Tints of Highball #858348

RGB

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

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

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

R = 39.58%
G = 38.99%
B = 21.43%

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

#858348 (or 0x858348) is known color: Highball. HEX triplet: 85, 83 and 48. RGB value is (133,131,72). Sum of RGB (Red+Green+Blue) = 133+131+72=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #858348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858348 is #7A7CB7. Grayscale: #7D7D7D. Windows color (decimal): -8027320 or 4752261. OLE color: 4752261.

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

Color convert

RGB 133 131 72 -
CMYK 0 0.02 0.46 0.48
HSL 58.03º 0.3% 0.4% -
HSV(B) 58.03º 0.46% 0.52% -
XYZ 18.96 21.69 9.32 -
YUV 124.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 133 131 72 0 0.02 0.46 0.48 58.03 0.3 0.4
Hex 85 83 48 0 2 2E 30 3A 1E 28
Octal 205 203 110 0 2 56 60 72 36 50
Binary 10000101 10000011 1001000 0 10 101110 110000 111010 11110 101000

Color Harmonies of #858348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858348

Black with #858348

Text Example


Text Example

White with #858348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858348; }

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

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

background-color css

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

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

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

border-color css

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

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

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