Html Css Color HEX #925A32 Chelsea Gem

📋 copy color: '#925A32'

red 146 ◦ green 90 ◦ blue 50

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

Shades of Chelsea Gem #925A32

Tints of Chelsea Gem #925A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 51.05%
G = 31.47%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925A32 (or 0x925A32) is known color: Chelsea Gem. HEX triplet: 92, 5A and 32. RGB value is (146,90,50). Sum of RGB (Red+Green+Blue) = 146+90+50=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #925A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A32 is #6DA5CD. Grayscale: #666666. Windows color (decimal): -7185870 or 3299986. OLE color: 3299986.

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

Color convert

RGB 146 90 50 -
CMYK 0 0.38 0.66 0.43
HSL 25º 0.49% 0.38% -
HSV(B) 25º 0.66% 0.57% -
XYZ 16.09 13.65 4.81 -
YUV 102.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 146 90 50 0 0.38 0.66 0.43 25 0.49 0.38
Hex 92 5A 32 0 26 42 2B 19 31 26
Octal 222 132 62 0 46 102 53 31 61 46
Binary 10010010 1011010 110010 0 100110 1000010 101011 11001 110001 100110

Color Harmonies of #925A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A32

Black with #925A32

Text Example


Text Example

White with #925A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925A32; }

 p { color: rgb(146,90,50); }

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

background-color css

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

 a { background-color: rgb(146,90,50); }

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

border-color css

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

 span { border-color: rgb(146,90,50); }

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