Html Css Color HEX #955834 Chelsea Gem

📋 copy color: '#955834'

red 149 ◦ green 88 ◦ blue 52

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

Shades of Chelsea Gem #955834

Tints of Chelsea Gem #955834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 51.56%
G = 30.45%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#955834 (or 0x955834) is known color: Chelsea Gem. HEX triplet: 95, 58 and 34. RGB value is (149,88,52). Sum of RGB (Red+Green+Blue) = 149+88+52=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955834 is #6AA7CB. Grayscale: #666666. Windows color (decimal): -6989772 or 3430549. OLE color: 3430549.

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

Color convert

RGB 149 88 52 -
CMYK 0 0.41 0.65 0.42
HSL 22.27º 0.48% 0.39% -
HSV(B) 22.27º 0.65% 0.58% -
XYZ 16.5 13.62 5.01 -
YUV 102.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 149 88 52 0 0.41 0.65 0.42 22.27 0.48 0.39
Hex 95 58 34 0 29 41 2A 16 30 27
Octal 225 130 64 0 51 101 52 26 60 47
Binary 10010101 1011000 110100 0 101001 1000001 101010 10110 110000 100111

Color Harmonies of #955834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955834

Black with #955834

Text Example


Text Example

White with #955834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955834; }

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

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

background-color css

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

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

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

border-color css

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

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

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