Html Css Color HEX #95532C Chelsea Gem

📋 copy color: '#95532C'

red 149 ◦ green 83 ◦ blue 44

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

Shades of Chelsea Gem #95532C

Tints of Chelsea Gem #95532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 53.99%
G = 30.07%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95532C (or 0x95532C) is known color: Chelsea Gem. HEX triplet: 95, 53 and 2C. RGB value is (149,83,44). Sum of RGB (Red+Green+Blue) = 149+83+44=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95532C is #6AACD3. Grayscale: #626262. Windows color (decimal): -6991060 or 2904981. OLE color: 2904981.

HSL color Cylindrical-coordinate representation of color #95532C: hue angle of 22.29º 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 #95532C is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 44 -
CMYK 0 0.44 0.70 0.42
HSL 22.29º 0.54% 0.38% -
HSV(B) 22.29º 0.7% 0.58% -
XYZ 15.94 12.76 4.01 -
YUV 98.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 149 83 44 0 0.44 0.70 0.42 22.29 0.54 0.38
Hex 95 53 2C 0 2C 46 2A 16 36 26
Octal 225 123 54 0 54 106 52 26 66 46
Binary 10010101 1010011 101100 0 101100 1000110 101010 10110 110110 100110

Color Harmonies of #95532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95532C

Black with #95532C

Text Example


Text Example

White with #95532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95532C; }

 p { color: rgb(149,83,44); }

 H1.HeaderClassName
 {
   color: #95532C;
 }
 .AnyTagClassName
 {
   color: #95532C;
 }
</style>

background-color css

<style>
 a { background-color: #95532C; }

 a { background-color: rgb(149,83,44); }

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

border-color css

<style>
 span { border-color: #95532C; }

 span { border-color: rgb(149,83,44); }

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