Html Css Color HEX #95893A Highball

📋 copy color: '#95893A'

red 149 ◦ green 137 ◦ blue 58

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

Shades of Highball #95893A

Tints of Highball #95893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 43.31%
G = 39.83%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95893A (or 0x95893A) is known color: Highball. HEX triplet: 95, 89 and 3A. RGB value is (149,137,58). Sum of RGB (Red+Green+Blue) = 149+137+58=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95893A is #6A76C5. Grayscale: #838383. Windows color (decimal): -6977222 or 3836309. OLE color: 3836309.

HSL color Cylindrical-coordinate representation of color #95893A: hue angle of 52.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95893A is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 58 -
CMYK 0 0.08 0.61 0.42
HSL 52.09º 0.44% 0.41% -
HSV(B) 52.09º 0.61% 0.58% -
XYZ 22.1 24.59 7.58 -
YUV 131.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 149 137 58 0 0.08 0.61 0.42 52.09 0.44 0.41
Hex 95 89 3A 0 8 3D 2A 34 2C 29
Octal 225 211 72 0 10 75 52 64 54 51
Binary 10010101 10001001 111010 0 1000 111101 101010 110100 101100 101001

Color Harmonies of #95893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95893A

Black with #95893A

Text Example


Text Example

White with #95893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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