Html Css Color HEX #858038 Highball

📋 copy color: '#858038'

red 133 ◦ green 128 ◦ blue 56

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

Shades of Highball #858038

Tints of Highball #858038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 41.96%
G = 40.38%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#858038 (or 0x858038) is known color: Highball. HEX triplet: 85, 80 and 38. RGB value is (133,128,56). Sum of RGB (Red+Green+Blue) = 133+128+56=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #858038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858038 is #7A7FC7. Grayscale: #797979. Windows color (decimal): -8028104 or 3702917. OLE color: 3702917.

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

Color convert

RGB 133 128 56 -
CMYK 0 0.04 0.58 0.48
HSL 56.1º 0.41% 0.37% -
HSV(B) 56.1º 0.58% 0.52% -
XYZ 18.11 20.71 6.78 -
YUV 121.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 133 128 56 0 0.04 0.58 0.48 56.1 0.41 0.37
Hex 85 80 38 0 4 3A 30 38 29 25
Octal 205 200 70 0 4 72 60 70 51 45
Binary 10000101 10000000 111000 0 100 111010 110000 111000 101001 100101

Color Harmonies of #858038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858038

Black with #858038

Text Example


Text Example

White with #858038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858038; }

 p { color: rgb(133,128,56); }

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

background-color css

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

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

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

border-color css

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

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

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