Html Css Color HEX #925429 Chelsea Gem

📋 copy color: '#925429'

red 146 ◦ green 84 ◦ blue 41

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

Shades of Chelsea Gem #925429

Tints of Chelsea Gem #925429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

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

R = 53.87%
G = 31%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#925429 (or 0x925429) is known color: Chelsea Gem. HEX triplet: 92, 54 and 29. RGB value is (146,84,41). Sum of RGB (Red+Green+Blue) = 146+84+41=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #925429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925429 is #6DABD6. Grayscale: #616161. Windows color (decimal): -7187415 or 2708626. OLE color: 2708626.

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

Color convert

RGB 146 84 41 -
CMYK 0 0.42 0.72 0.43
HSL 24.57º 0.56% 0.37% -
HSV(B) 24.57º 0.72% 0.57% -
XYZ 15.42 12.61 3.72 -
YUV 97.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 146 84 41 0 0.42 0.72 0.43 24.57 0.56 0.37
Hex 92 54 29 0 2A 48 2B 19 38 25
Octal 222 124 51 0 52 110 53 31 70 45
Binary 10010010 1010100 101001 0 101010 1001000 101011 11001 111000 100101

Color Harmonies of #925429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925429

Black with #925429

Text Example


Text Example

White with #925429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925429; }

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

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

background-color css

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

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

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

border-color css

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

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

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