Html Css Color HEX #915534 Chelsea Gem

📋 copy color: '#915534'

red 145 ◦ green 85 ◦ blue 52

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

Shades of Chelsea Gem #915534

Tints of Chelsea Gem #915534

RGB

 RED value IS 145 (57.03% from 255) = 51.42%

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 51.42%
G = 30.14%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#915534 (or 0x915534) is known color: Chelsea Gem. HEX triplet: 91, 55 and 34. RGB value is (145,85,52). Sum of RGB (Red+Green+Blue) = 145+85+52=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915534 is #6EAACB. Grayscale: #636363. Windows color (decimal): -7252684 or 3429777. OLE color: 3429777.

HSL color Cylindrical-coordinate representation of color #915534: hue angle of 21.29º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915534 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 85 52 -
CMYK 0 0.41 0.64 0.43
HSL 21.29º 0.47% 0.39% -
HSV(B) 21.29º 0.64% 0.57% -
XYZ 15.55 12.76 4.89 -
YUV 99.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 145 85 52 0 0.41 0.64 0.43 21.29 0.47 0.39
Hex 91 55 34 0 29 40 2B 15 2F 27
Octal 221 125 64 0 51 100 53 25 57 47
Binary 10010001 1010101 110100 0 101001 1000000 101011 10101 101111 100111

Color Harmonies of #915534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915534

Black with #915534

Text Example


Text Example

White with #915534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915534; }

 p { color: rgb(145,85,52); }

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

background-color css

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

 a { background-color: rgb(145,85,52); }

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

border-color css

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

 span { border-color: rgb(145,85,52); }

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