Html Css Color HEX #925735 Chelsea Gem

📋 copy color: '#925735'

red 146 ◦ green 87 ◦ blue 53

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

Shades of Chelsea Gem #925735

Tints of Chelsea Gem #925735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 51.05%
G = 30.42%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#925735 (or 0x925735) is known color: Chelsea Gem. HEX triplet: 92, 57 and 35. RGB value is (146,87,53). Sum of RGB (Red+Green+Blue) = 146+87+53=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #925735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925735 is #6DA8CA. Grayscale: #646464. Windows color (decimal): -7186635 or 3495826. OLE color: 3495826.

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

Color convert

RGB 146 87 53 -
CMYK 0 0.40 0.64 0.43
HSL 21.94º 0.47% 0.39% -
HSV(B) 21.94º 0.64% 0.57% -
XYZ 15.9 13.18 5.07 -
YUV 100.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 146 87 53 0 0.40 0.64 0.43 21.94 0.47 0.39
Hex 92 57 35 0 28 40 2B 16 2F 27
Octal 222 127 65 0 50 100 53 26 57 47
Binary 10010010 1010111 110101 0 101000 1000000 101011 10110 101111 100111

Color Harmonies of #925735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925735

Black with #925735

Text Example


Text Example

White with #925735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925735; }

 p { color: rgb(146,87,53); }

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

background-color css

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

 a { background-color: rgb(146,87,53); }

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

border-color css

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

 span { border-color: rgb(146,87,53); }

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