Html Css Color HEX #955830 Chelsea Gem

📋 copy color: '#955830'

red 149 ◦ green 88 ◦ blue 48

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

Shades of Chelsea Gem #955830

Tints of Chelsea Gem #955830

RGB

 RED value IS 149 (58.59% from 255) = 52.28%

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

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 52.28%
G = 30.88%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955830 (or 0x955830) is known color: Chelsea Gem. HEX triplet: 95, 58 and 30. RGB value is (149,88,48). Sum of RGB (Red+Green+Blue) = 149+88+48=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955830 is #6AA7CF. Grayscale: #656565. Windows color (decimal): -6989776 or 3168405. OLE color: 3168405.

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

Color convert

RGB 149 88 48 -
CMYK 0 0.41 0.68 0.42
HSL 23.76º 0.51% 0.39% -
HSV(B) 23.76º 0.68% 0.58% -
XYZ 16.42 13.58 4.55 -
YUV 101.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 149 88 48 0 0.41 0.68 0.42 23.76 0.51 0.39
Hex 95 58 30 0 29 44 2A 18 33 27
Octal 225 130 60 0 51 104 52 30 63 47
Binary 10010101 1011000 110000 0 101001 1000100 101010 11000 110011 100111

Color Harmonies of #955830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955830

Black with #955830

Text Example


Text Example

White with #955830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955830; }

 p { color: rgb(149,88,48); }

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

background-color css

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

 a { background-color: rgb(149,88,48); }

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

border-color css

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

 span { border-color: rgb(149,88,48); }

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