Html Css Color HEX #945431 Chelsea Gem

📋 copy color: '#945431'

red 148 ◦ green 84 ◦ blue 49

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

Shades of Chelsea Gem #945431

Tints of Chelsea Gem #945431

RGB

 RED value IS 148 (58.2% from 255) = 52.67%

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 52.67%
G = 29.89%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#945431 (or 0x945431) is known color: Chelsea Gem. HEX triplet: 94, 54 and 31. RGB value is (148,84,49). Sum of RGB (Red+Green+Blue) = 148+84+49=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #945431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945431 is #6BABCE. Grayscale: #636363. Windows color (decimal): -7056335 or 3232916. OLE color: 3232916.

HSL color Cylindrical-coordinate representation of color #945431: hue angle of 21.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #945431 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 49 -
CMYK 0 0.43 0.67 0.42
HSL 21.21º 0.5% 0.39% -
HSV(B) 21.21º 0.67% 0.58% -
XYZ 15.94 12.86 4.55 -
YUV 99.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 148 84 49 0 0.43 0.67 0.42 21.21 0.5 0.39
Hex 94 54 31 0 2B 43 2A 15 32 27
Octal 224 124 61 0 53 103 52 25 62 47
Binary 10010100 1010100 110001 0 101011 1000011 101010 10101 110010 100111

Color Harmonies of #945431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945431

Black with #945431

Text Example


Text Example

White with #945431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945431; }

 p { color: rgb(148,84,49); }

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

background-color css

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

 a { background-color: rgb(148,84,49); }

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

border-color css

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

 span { border-color: rgb(148,84,49); }

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