Html Css Color HEX #95512D Chelsea Gem

📋 copy color: '#95512D'

red 149 ◦ green 81 ◦ blue 45

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

Shades of Chelsea Gem #95512D

Tints of Chelsea Gem #95512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

 BLUE value IS 45 (17.97% from 255) = 16.36%

R = 54.18%
G = 29.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95512D (or 0x95512D) is known color: Chelsea Gem. HEX triplet: 95, 51 and 2D. RGB value is (149,81,45). Sum of RGB (Red+Green+Blue) = 149+81+45=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95512D is #6AAED2. Grayscale: #616161. Windows color (decimal): -6991571 or 2970005. OLE color: 2970005.

HSL color Cylindrical-coordinate representation of color #95512D: hue angle of 20.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95512D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 45 -
CMYK 0 0.46 0.70 0.42
HSL 20.77º 0.54% 0.38% -
HSV(B) 20.77º 0.7% 0.58% -
XYZ 15.81 12.46 4.06 -
YUV 97.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 149 81 45 0 0.46 0.70 0.42 20.77 0.54 0.38
Hex 95 51 2D 0 2E 46 2A 15 36 26
Octal 225 121 55 0 56 106 52 25 66 46
Binary 10010101 1010001 101101 0 101110 1000110 101010 10101 110110 100110

Color Harmonies of #95512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95512D

Black with #95512D

Text Example


Text Example

White with #95512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,81,45); }

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

background-color css

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

 a { background-color: rgb(149,81,45); }

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

border-color css

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

 span { border-color: rgb(149,81,45); }

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