Html Css Color HEX #925229 Chelsea Gem

📋 copy color: '#925229'

red 146 ◦ green 82 ◦ blue 41

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

Shades of Chelsea Gem #925229

Tints of Chelsea Gem #925229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 54.28%
G = 30.48%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#925229 (or 0x925229) is known color: Chelsea Gem. HEX triplet: 92, 52 and 29. RGB value is (146,82,41). Sum of RGB (Red+Green+Blue) = 146+82+41=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #925229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925229 is #6DADD6. Grayscale: #606060. Windows color (decimal): -7187927 or 2708114. OLE color: 2708114.

HSL color Cylindrical-coordinate representation of color #925229: hue angle of 23.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #925229 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 82 41 -
CMYK 0 0.44 0.72 0.43
HSL 23.43º 0.56% 0.37% -
HSV(B) 23.43º 0.72% 0.57% -
XYZ 15.27 12.31 3.67 -
YUV 96.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 146 82 41 0 0.44 0.72 0.43 23.43 0.56 0.37
Hex 92 52 29 0 2C 48 2B 17 38 25
Octal 222 122 51 0 54 110 53 27 70 45
Binary 10010010 1010010 101001 0 101100 1001000 101011 10111 111000 100101

Color Harmonies of #925229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925229

Black with #925229

Text Example


Text Example

White with #925229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925229; }

 p { color: rgb(146,82,41); }

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

background-color css

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

 a { background-color: rgb(146,82,41); }

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

border-color css

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

 span { border-color: rgb(146,82,41); }

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