Html Css Color HEX #915434 Chelsea Gem

📋 copy color: '#915434'

red 145 ◦ green 84 ◦ blue 52

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

Shades of Chelsea Gem #915434

Tints of Chelsea Gem #915434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 51.6%
G = 29.89%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#915434 (or 0x915434) is known color: Chelsea Gem. HEX triplet: 91, 54 and 34. RGB value is (145,84,52). Sum of RGB (Red+Green+Blue) = 145+84+52=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #915434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915434 is #6EABCB. Grayscale: #626262. Windows color (decimal): -7252940 or 3429521. OLE color: 3429521.

HSL color Cylindrical-coordinate representation of color #915434: hue angle of 20.65º 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 #915434 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 84 52 -
CMYK 0 0.42 0.64 0.43
HSL 20.65º 0.47% 0.39% -
HSV(B) 20.65º 0.64% 0.57% -
XYZ 15.47 12.61 4.87 -
YUV 98.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 145 84 52 0 0.42 0.64 0.43 20.65 0.47 0.39
Hex 91 54 34 0 2A 40 2B 15 2F 27
Octal 221 124 64 0 52 100 53 25 57 47
Binary 10010001 1010100 110100 0 101010 1000000 101011 10101 101111 100111

Color Harmonies of #915434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915434

Black with #915434

Text Example


Text Example

White with #915434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915434; }

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

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

background-color css

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

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

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

border-color css

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

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

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