Html Css Color HEX #925A2F Chelsea Gem

📋 copy color: '#925A2F'

red 146 ◦ green 90 ◦ blue 47

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

Shades of Chelsea Gem #925A2F

Tints of Chelsea Gem #925A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 51.59%
G = 31.8%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#925A2F (or 0x925A2F) is known color: Chelsea Gem. HEX triplet: 92, 5A and 2F. RGB value is (146,90,47). Sum of RGB (Red+Green+Blue) = 146+90+47=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A2F is #6DA5D0. Grayscale: #666666. Windows color (decimal): -7185873 or 3103378. OLE color: 3103378.

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

Color convert

RGB 146 90 47 -
CMYK 0 0.38 0.68 0.43
HSL 26.06º 0.51% 0.38% -
HSV(B) 26.06º 0.68% 0.57% -
XYZ 16.02 13.63 4.48 -
YUV 101.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 146 90 47 0 0.38 0.68 0.43 26.06 0.51 0.38
Hex 92 5A 2F 0 26 44 2B 1A 33 26
Octal 222 132 57 0 46 104 53 32 63 46
Binary 10010010 1011010 101111 0 100110 1000100 101011 11010 110011 100110

Color Harmonies of #925A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A2F

Black with #925A2F

Text Example


Text Example

White with #925A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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