Html Css Color HEX #96572F Chelsea Gem

📋 copy color: '#96572F'

red 150 ◦ green 87 ◦ blue 47

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

Shades of Chelsea Gem #96572F

Tints of Chelsea Gem #96572F

RGB

 RED value IS 150 (58.98% from 255) = 52.82%

 GREEN value IS 87 (34.38% from 255) = 30.63%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 52.82%
G = 30.63%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96572F (or 0x96572F) is known color: Chelsea Gem. HEX triplet: 96, 57 and 2F. RGB value is (150,87,47). Sum of RGB (Red+Green+Blue) = 150+87+47=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96572F is #69A8D0. Grayscale: #656565. Windows color (decimal): -6924497 or 3102614. OLE color: 3102614.

HSL color Cylindrical-coordinate representation of color #96572F: hue angle of 23.3º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96572F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 47 -
CMYK 0 0.42 0.69 0.41
HSL 23.3º 0.52% 0.39% -
HSV(B) 23.3º 0.69% 0.59% -
XYZ 16.5 13.51 4.43 -
YUV 101.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 150 87 47 0 0.42 0.69 0.41 23.3 0.52 0.39
Hex 96 57 2F 0 2A 45 29 17 34 27
Octal 226 127 57 0 52 105 51 27 64 47
Binary 10010110 1010111 101111 0 101010 1000101 101001 10111 110100 100111

Color Harmonies of #96572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96572F

Black with #96572F

Text Example


Text Example

White with #96572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96572F; }

 p { color: rgb(150,87,47); }

 H1.HeaderClassName
 {
   color: #96572F;
 }
 .AnyTagClassName
 {
   color: #96572F;
 }
</style>

background-color css

<style>
 a { background-color: #96572F; }

 a { background-color: rgb(150,87,47); }

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

border-color css

<style>
 span { border-color: #96572F; }

 span { border-color: rgb(150,87,47); }

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