Html Css Color HEX #95884C Highball

📋 copy color: '#95884C'

red 149 ◦ green 136 ◦ blue 76

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

Shades of Highball #95884C

Tints of Highball #95884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 41.27%
G = 37.67%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95884C (or 0x95884C) is known color: Highball. HEX triplet: 95, 88 and 4C. RGB value is (149,136,76). Sum of RGB (Red+Green+Blue) = 149+136+76=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95884C is #6A77B3. Grayscale: #858585. Windows color (decimal): -6977460 or 5015701. OLE color: 5015701.

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

Color convert

RGB 149 136 76 -
CMYK 0 0.09 0.49 0.42
HSL 49.32º 0.32% 0.44% -
HSV(B) 49.32º 0.49% 0.58% -
XYZ 22.5 24.52 10.38 -
YUV 133.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 149 136 76 0 0.09 0.49 0.42 49.32 0.32 0.44
Hex 95 88 4C 0 9 31 2A 31 20 2C
Octal 225 210 114 0 11 61 52 61 40 54
Binary 10010101 10001000 1001100 0 1001 110001 101010 110001 100000 101100

Color Harmonies of #95884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95884C

Black with #95884C

Text Example


Text Example

White with #95884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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