Html Css Color HEX #95894B Highball

📋 copy color: '#95894B'

red 149 ◦ green 137 ◦ blue 75

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

Shades of Highball #95894B

Tints of Highball #95894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 41.27%
G = 37.95%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95894B (or 0x95894B) is known color: Highball. HEX triplet: 95, 89 and 4B. RGB value is (149,137,75). Sum of RGB (Red+Green+Blue) = 149+137+75=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95894B is #6A76B4. Grayscale: #858585. Windows color (decimal): -6977205 or 4950421. OLE color: 4950421.

HSL color Cylindrical-coordinate representation of color #95894B: hue angle of 50.27º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95894B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 75 -
CMYK 0 0.08 0.50 0.42
HSL 50.27º 0.33% 0.44% -
HSV(B) 50.27º 0.5% 0.58% -
XYZ 22.61 24.79 10.25 -
YUV 133.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 149 137 75 0 0.08 0.50 0.42 50.27 0.33 0.44
Hex 95 89 4B 0 8 32 2A 32 21 2C
Octal 225 211 113 0 10 62 52 62 41 54
Binary 10010101 10001001 1001011 0 1000 110010 101010 110010 100001 101100

Color Harmonies of #95894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95894B

Black with #95894B

Text Example


Text Example

White with #95894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95894B; }

 p { color: rgb(149,137,75); }

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

background-color css

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

 a { background-color: rgb(149,137,75); }

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

border-color css

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

 span { border-color: rgb(149,137,75); }

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