Html Css Color HEX #858338 Highball

📋 copy color: '#858338'

red 133 ◦ green 131 ◦ blue 56

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

Shades of Highball #858338

Tints of Highball #858338

RGB

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

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

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

R = 41.56%
G = 40.94%
B = 17.5%

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

#858338 (or 0x858338) is known color: Highball. HEX triplet: 85, 83 and 38. RGB value is (133,131,56). Sum of RGB (Red+Green+Blue) = 133+131+56=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #858338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858338 is #7A7CC7. Grayscale: #7B7B7B. Windows color (decimal): -8027336 or 3703685. OLE color: 3703685.

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

Color convert

RGB 133 131 56 -
CMYK 0 0.02 0.58 0.48
HSL 58.44º 0.41% 0.37% -
HSV(B) 58.44º 0.58% 0.52% -
XYZ 18.5 21.5 6.92 -
YUV 123.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 133 131 56 0 0.02 0.58 0.48 58.44 0.41 0.37
Hex 85 83 38 0 2 3A 30 3A 29 25
Octal 205 203 70 0 2 72 60 72 51 45
Binary 10000101 10000011 111000 0 10 111010 110000 111010 101001 100101

Color Harmonies of #858338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858338

Black with #858338

Text Example


Text Example

White with #858338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858338; }

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

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

background-color css

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

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

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

border-color css

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

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

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