Html Css Color HEX #955833 Chelsea Gem

📋 copy color: '#955833'

red 149 ◦ green 88 ◦ blue 51

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

Shades of Chelsea Gem #955833

Tints of Chelsea Gem #955833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 51.74%
G = 30.56%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955833 (or 0x955833) is known color: Chelsea Gem. HEX triplet: 95, 58 and 33. RGB value is (149,88,51). Sum of RGB (Red+Green+Blue) = 149+88+51=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #955833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955833 is #6AA7CC. Grayscale: #666666. Windows color (decimal): -6989773 or 3365013. OLE color: 3365013.

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

Color convert

RGB 149 88 51 -
CMYK 0 0.41 0.66 0.42
HSL 22.65º 0.49% 0.39% -
HSV(B) 22.65º 0.66% 0.58% -
XYZ 16.48 13.61 4.89 -
YUV 102.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 149 88 51 0 0.41 0.66 0.42 22.65 0.49 0.39
Hex 95 58 33 0 29 42 2A 17 31 27
Octal 225 130 63 0 51 102 52 27 61 47
Binary 10010101 1011000 110011 0 101001 1000010 101010 10111 110001 100111

Color Harmonies of #955833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955833

Black with #955833

Text Example


Text Example

White with #955833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955833; }

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

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

background-color css

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

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

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

border-color css

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

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

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