Html Css Color HEX #955433 Chelsea Gem

📋 copy color: '#955433'

red 149 ◦ green 84 ◦ blue 51

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

Shades of Chelsea Gem #955433

Tints of Chelsea Gem #955433

RGB

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

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

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

R = 52.46%
G = 29.58%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955433 (or 0x955433) is known color: Chelsea Gem. HEX triplet: 95, 54 and 33. RGB value is (149,84,51). Sum of RGB (Red+Green+Blue) = 149+84+51=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955433 is #6AABCC. Grayscale: #636363. Windows color (decimal): -6990797 or 3363989. OLE color: 3363989.

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

Color convert

RGB 149 84 51 -
CMYK 0 0.44 0.66 0.42
HSL 20.2º 0.49% 0.39% -
HSV(B) 20.2º 0.66% 0.58% -
XYZ 16.16 12.97 4.78 -
YUV 99.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 149 84 51 0 0.44 0.66 0.42 20.2 0.49 0.39
Hex 95 54 33 0 2C 42 2A 14 31 27
Octal 225 124 63 0 54 102 52 24 61 47
Binary 10010101 1010100 110011 0 101100 1000010 101010 10100 110001 100111

Color Harmonies of #955433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955433

Black with #955433

Text Example


Text Example

White with #955433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955433; }

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

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

background-color css

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

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

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

border-color css

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

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

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