Html Css Color HEX #925333 Chelsea Gem

📋 copy color: '#925333'

red 146 ◦ green 83 ◦ blue 51

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

Shades of Chelsea Gem #925333

Tints of Chelsea Gem #925333

RGB

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

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

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

R = 52.14%
G = 29.64%
B = 18.21%

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

#925333 (or 0x925333) is known color: Chelsea Gem. HEX triplet: 92, 53 and 33. RGB value is (146,83,51). Sum of RGB (Red+Green+Blue) = 146+83+51=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #925333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925333 is #6DACCC. Grayscale: #626262. Windows color (decimal): -7187661 or 3363730. OLE color: 3363730.

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

Color convert

RGB 146 83 51 -
CMYK 0 0.43 0.65 0.43
HSL 20.21º 0.48% 0.39% -
HSV(B) 20.21º 0.65% 0.57% -
XYZ 15.54 12.54 4.73 -
YUV 98.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 146 83 51 0 0.43 0.65 0.43 20.21 0.48 0.39
Hex 92 53 33 0 2B 41 2B 14 30 27
Octal 222 123 63 0 53 101 53 24 60 47
Binary 10010010 1010011 110011 0 101011 1000001 101011 10100 110000 100111

Color Harmonies of #925333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925333

Black with #925333

Text Example


Text Example

White with #925333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925333; }

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

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

background-color css

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

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

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

border-color css

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

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

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