Html Css Color HEX #857D3D Highball

📋 copy color: '#857D3D'

red 133 ◦ green 125 ◦ blue 61

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

Shades of Highball #857D3D

Tints of Highball #857D3D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 41.69%
G = 39.18%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#857D3D (or 0x857D3D) is known color: Highball. HEX triplet: 85, 7D and 3D. RGB value is (133,125,61). Sum of RGB (Red+Green+Blue) = 133+125+61=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #857D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D3D is #7A82C2. Grayscale: #787878. Windows color (decimal): -8028867 or 4029829. OLE color: 4029829.

HSL color Cylindrical-coordinate representation of color #857D3D: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #857D3D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 125 61 -
CMYK 0 0.06 0.54 0.48
HSL 53.33º 0.37% 0.38% -
HSV(B) 53.33º 0.54% 0.52% -
XYZ 17.85 19.99 7.33 -
YUV 120.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 133 125 61 0 0.06 0.54 0.48 53.33 0.37 0.38
Hex 85 7D 3D 0 6 36 30 35 25 26
Octal 205 175 75 0 6 66 60 65 45 46
Binary 10000101 1111101 111101 0 110 110110 110000 110101 100101 100110

Color Harmonies of #857D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857D3D

Black with #857D3D

Text Example


Text Example

White with #857D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857D3D; }

 p { color: rgb(133,125,61); }

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

background-color css

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

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

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

border-color css

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

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

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