Html Css Color HEX #95532B Chelsea Gem

📋 copy color: '#95532B'

red 149 ◦ green 83 ◦ blue 43

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

Shades of Chelsea Gem #95532B

Tints of Chelsea Gem #95532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 54.18%
G = 30.18%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95532B (or 0x95532B) is known color: Chelsea Gem. HEX triplet: 95, 53 and 2B. RGB value is (149,83,43). Sum of RGB (Red+Green+Blue) = 149+83+43=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95532B is #6AACD4. Grayscale: #626262. Windows color (decimal): -6991061 or 2839445. OLE color: 2839445.

HSL color Cylindrical-coordinate representation of color #95532B: hue angle of 22.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95532B is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 43 -
CMYK 0 0.44 0.71 0.42
HSL 22.64º 0.55% 0.38% -
HSV(B) 22.64º 0.71% 0.58% -
XYZ 15.92 12.75 3.91 -
YUV 98.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 149 83 43 0 0.44 0.71 0.42 22.64 0.55 0.38
Hex 95 53 2B 0 2C 47 2A 17 37 26
Octal 225 123 53 0 54 107 52 27 67 46
Binary 10010101 1010011 101011 0 101100 1000111 101010 10111 110111 100110

Color Harmonies of #95532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95532B

Black with #95532B

Text Example


Text Example

White with #95532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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