Html Css Color HEX #95873D Highball

📋 copy color: '#95873D'

red 149 ◦ green 135 ◦ blue 61

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

Shades of Highball #95873D

Tints of Highball #95873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.13%

 BLUE value IS 61 (24.22% from 255) = 17.68%

R = 43.19%
G = 39.13%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95873D (or 0x95873D) is known color: Highball. HEX triplet: 95, 87 and 3D. RGB value is (149,135,61). Sum of RGB (Red+Green+Blue) = 149+135+61=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95873D is #6A78C2. Grayscale: #838383. Windows color (decimal): -6977731 or 4032405. OLE color: 4032405.

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

Color convert

RGB 149 135 61 -
CMYK 0 0.09 0.59 0.42
HSL 50.45º 0.42% 0.41% -
HSV(B) 50.45º 0.59% 0.58% -
XYZ 21.9 24.05 7.9 -
YUV 130.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 149 135 61 0 0.09 0.59 0.42 50.45 0.42 0.41
Hex 95 87 3D 0 9 3B 2A 32 2A 29
Octal 225 207 75 0 11 73 52 62 52 51
Binary 10010101 10000111 111101 0 1001 111011 101010 110010 101010 101001

Color Harmonies of #95873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95873D

Black with #95873D

Text Example


Text Example

White with #95873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,135,61); }

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

background-color css

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

 a { background-color: rgb(149,135,61); }

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

border-color css

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

 span { border-color: rgb(149,135,61); }

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