Html Css Color HEX #915333 Chelsea Gem

📋 copy color: '#915333'

red 145 ◦ green 83 ◦ blue 51

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

Shades of Chelsea Gem #915333

Tints of Chelsea Gem #915333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 51.97%
G = 29.75%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#915333 (or 0x915333) is known color: Chelsea Gem. HEX triplet: 91, 53 and 33. RGB value is (145,83,51). Sum of RGB (Red+Green+Blue) = 145+83+51=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #915333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915333 is #6EACCC. Grayscale: #626262. Windows color (decimal): -7253197 or 3363729. OLE color: 3363729.

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

Color convert

RGB 145 83 51 -
CMYK 0 0.43 0.65 0.43
HSL 20.43º 0.48% 0.38% -
HSV(B) 20.43º 0.65% 0.57% -
XYZ 15.37 12.45 4.72 -
YUV 97.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 145 83 51 0 0.43 0.65 0.43 20.43 0.48 0.38
Hex 91 53 33 0 2B 41 2B 14 30 26
Octal 221 123 63 0 53 101 53 24 60 46
Binary 10010001 1010011 110011 0 101011 1000001 101011 10100 110000 100110

Color Harmonies of #915333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915333

Black with #915333

Text Example


Text Example

White with #915333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915333; }

 p { color: rgb(145,83,51); }

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

background-color css

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

 a { background-color: rgb(145,83,51); }

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

border-color css

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

 span { border-color: rgb(145,83,51); }

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