Html Css Color HEX #945831 Chelsea Gem

📋 copy color: '#945831'

red 148 ◦ green 88 ◦ blue 49

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

Shades of Chelsea Gem #945831

Tints of Chelsea Gem #945831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 51.93%
G = 30.88%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#945831 (or 0x945831) is known color: Chelsea Gem. HEX triplet: 94, 58 and 31. RGB value is (148,88,49). Sum of RGB (Red+Green+Blue) = 148+88+49=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #945831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945831 is #6BA7CE. Grayscale: #656565. Windows color (decimal): -7055311 or 3233940. OLE color: 3233940.

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

Color convert

RGB 148 88 49 -
CMYK 0 0.41 0.67 0.42
HSL 23.64º 0.5% 0.39% -
HSV(B) 23.64º 0.67% 0.58% -
XYZ 16.26 13.5 4.65 -
YUV 101.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 148 88 49 0 0.41 0.67 0.42 23.64 0.5 0.39
Hex 94 58 31 0 29 43 2A 18 32 27
Octal 224 130 61 0 51 103 52 30 62 47
Binary 10010100 1011000 110001 0 101001 1000011 101010 11000 110010 100111

Color Harmonies of #945831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945831

Black with #945831

Text Example


Text Example

White with #945831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945831; }

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

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

background-color css

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

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

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

border-color css

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

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

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