Html Css Color HEX #925334 Chelsea Gem

📋 copy color: '#925334'

red 146 ◦ green 83 ◦ blue 52

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

Shades of Chelsea Gem #925334

Tints of Chelsea Gem #925334

RGB

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

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

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

R = 51.96%
G = 29.54%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#925334 (or 0x925334) is known color: Chelsea Gem. HEX triplet: 92, 53 and 34. RGB value is (146,83,52). Sum of RGB (Red+Green+Blue) = 146+83+52=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925334 is #6DACCB. Grayscale: #626262. Windows color (decimal): -7187660 or 3429266. OLE color: 3429266.

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

Color convert

RGB 146 83 52 -
CMYK 0 0.43 0.64 0.43
HSL 19.79º 0.47% 0.39% -
HSV(B) 19.79º 0.64% 0.57% -
XYZ 15.57 12.55 4.85 -
YUV 98.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 146 83 52 0 0.43 0.64 0.43 19.79 0.47 0.39
Hex 92 53 34 0 2B 40 2B 14 2F 27
Octal 222 123 64 0 53 100 53 24 57 47
Binary 10010010 1010011 110100 0 101011 1000000 101011 10100 101111 100111

Color Harmonies of #925334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925334

Black with #925334

Text Example


Text Example

White with #925334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925334; }

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

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

background-color css

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

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

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

border-color css

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

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

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