Html Css Color HEX #925833 Chelsea Gem

📋 copy color: '#925833'

red 146 ◦ green 88 ◦ blue 51

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

Shades of Chelsea Gem #925833

Tints of Chelsea Gem #925833

RGB

 RED value IS 146 (57.42% from 255) = 51.23%

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 51.23%
G = 30.88%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#925833 (or 0x925833) is known color: Chelsea Gem. HEX triplet: 92, 58 and 33. RGB value is (146,88,51). Sum of RGB (Red+Green+Blue) = 146+88+51=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #925833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925833 is #6DA7CC. Grayscale: #656565. Windows color (decimal): -7186381 or 3365010. OLE color: 3365010.

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

Color convert

RGB 146 88 51 -
CMYK 0 0.40 0.65 0.43
HSL 23.37º 0.48% 0.39% -
HSV(B) 23.37º 0.65% 0.57% -
XYZ 15.94 13.33 4.86 -
YUV 101.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 146 88 51 0 0.40 0.65 0.43 23.37 0.48 0.39
Hex 92 58 33 0 28 41 2B 17 30 27
Octal 222 130 63 0 50 101 53 27 60 47
Binary 10010010 1011000 110011 0 101000 1000001 101011 10111 110000 100111

Color Harmonies of #925833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925833

Black with #925833

Text Example


Text Example

White with #925833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925833; }

 p { color: rgb(146,88,51); }

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

background-color css

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

 a { background-color: rgb(146,88,51); }

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

border-color css

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

 span { border-color: rgb(146,88,51); }

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