Html Css Color HEX #95944E Highball

📋 copy color: '#95944E'

red 149 ◦ green 148 ◦ blue 78

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

Shades of Highball #95944E

Tints of Highball #95944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 78 (30.86% from 255) = 20.8%

R = 39.73%
G = 39.47%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95944E (or 0x95944E) is known color: Highball. HEX triplet: 95, 94 and 4E. RGB value is (149,148,78). Sum of RGB (Red+Green+Blue) = 149+148+78=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95944E is #6A6BB1. Grayscale: #8C8C8C. Windows color (decimal): -6974386 or 5149845. OLE color: 5149845.

HSL color Cylindrical-coordinate representation of color #95944E: hue angle of 59.15º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95944E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 78 -
CMYK 0 0.01 0.48 0.42
HSL 59.15º 0.31% 0.45% -
HSV(B) 59.15º 0.48% 0.58% -
XYZ 24.36 28.12 11.35 -
YUV 140.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 149 148 78 0 0.01 0.48 0.42 59.15 0.31 0.45
Hex 95 94 4E 0 1 30 2A 3B 1F 2D
Octal 225 224 116 0 1 60 52 73 37 55
Binary 10010101 10010100 1001110 0 1 110000 101010 111011 11111 101101

Color Harmonies of #95944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95944E

Black with #95944E

Text Example


Text Example

White with #95944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95944E; }

 p { color: rgb(149,148,78); }

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

background-color css

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

 a { background-color: rgb(149,148,78); }

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

border-color css

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

 span { border-color: rgb(149,148,78); }

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