Html Css Color HEX #858238 Highball

📋 copy color: '#858238'

red 133 ◦ green 130 ◦ blue 56

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

Shades of Highball #858238

Tints of Highball #858238

RGB

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

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

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

R = 41.69%
G = 40.75%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#858238 (or 0x858238) is known color: Highball. HEX triplet: 85, 82 and 38. RGB value is (133,130,56). Sum of RGB (Red+Green+Blue) = 133+130+56=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #858238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858238 is #7A7DC7. Grayscale: #7A7A7A. Windows color (decimal): -8027592 or 3703429. OLE color: 3703429.

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

Color convert

RGB 133 130 56 -
CMYK 0 0.02 0.58 0.48
HSL 57.66º 0.41% 0.37% -
HSV(B) 57.66º 0.58% 0.52% -
XYZ 18.37 21.24 6.87 -
YUV 122.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 133 130 56 0 0.02 0.58 0.48 57.66 0.41 0.37
Hex 85 82 38 0 2 3A 30 3A 29 25
Octal 205 202 70 0 2 72 60 72 51 45
Binary 10000101 10000010 111000 0 10 111010 110000 111010 101001 100101

Color Harmonies of #858238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858238

Black with #858238

Text Example


Text Example

White with #858238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858238; }

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

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

background-color css

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

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

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

border-color css

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

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

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