Html Css Color HEX #915236 Chelsea Gem

📋 copy color: '#915236'

red 145 ◦ green 82 ◦ blue 54

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

Shades of Chelsea Gem #915236

Tints of Chelsea Gem #915236

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 51.6%
G = 29.18%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#915236 (or 0x915236) is known color: Chelsea Gem. HEX triplet: 91, 52 and 36. RGB value is (145,82,54). Sum of RGB (Red+Green+Blue) = 145+82+54=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #915236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915236 is #6EADC9. Grayscale: #616161. Windows color (decimal): -7253450 or 3560081. OLE color: 3560081.

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

Color convert

RGB 145 82 54 -
CMYK 0 0.43 0.63 0.43
HSL 18.46º 0.46% 0.39% -
HSV(B) 18.46º 0.63% 0.57% -
XYZ 15.36 12.32 5.06 -
YUV 97.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 145 82 54 0 0.43 0.63 0.43 18.46 0.46 0.39
Hex 91 52 36 0 2B 3F 2B 12 2E 27
Octal 221 122 66 0 53 77 53 22 56 47
Binary 10010001 1010010 110110 0 101011 111111 101011 10010 101110 100111

Color Harmonies of #915236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915236

Black with #915236

Text Example


Text Example

White with #915236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915236; }

 p { color: rgb(145,82,54); }

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

background-color css

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

 a { background-color: rgb(145,82,54); }

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

border-color css

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

 span { border-color: rgb(145,82,54); }

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