Html Css Color HEX #95884D Highball

📋 copy color: '#95884D'

red 149 ◦ green 136 ◦ blue 77

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

Shades of Highball #95884D

Tints of Highball #95884D

RGB

 RED value IS 149 (58.59% from 255) = 41.16%

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 41.16%
G = 37.57%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95884D (or 0x95884D) is known color: Highball. HEX triplet: 95, 88 and 4D. RGB value is (149,136,77). Sum of RGB (Red+Green+Blue) = 149+136+77=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95884D is #6A77B2. Grayscale: #858585. Windows color (decimal): -6977459 or 5081237. OLE color: 5081237.

HSL color Cylindrical-coordinate representation of color #95884D: hue angle of 49.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95884D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 77 -
CMYK 0 0.09 0.48 0.42
HSL 49.17º 0.32% 0.44% -
HSV(B) 49.17º 0.48% 0.58% -
XYZ 22.54 24.53 10.57 -
YUV 133.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 149 136 77 0 0.09 0.48 0.42 49.17 0.32 0.44
Hex 95 88 4D 0 9 30 2A 31 20 2C
Octal 225 210 115 0 11 60 52 61 40 54
Binary 10010101 10001000 1001101 0 1001 110000 101010 110001 100000 101100

Color Harmonies of #95884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95884D

Black with #95884D

Text Example


Text Example

White with #95884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95884D; }

 p { color: rgb(149,136,77); }

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

background-color css

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

 a { background-color: rgb(149,136,77); }

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

border-color css

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

 span { border-color: rgb(149,136,77); }

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