Html Css Color HEX #955333 Chelsea Gem

📋 copy color: '#955333'

red 149 ◦ green 83 ◦ blue 51

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

Shades of Chelsea Gem #955333

Tints of Chelsea Gem #955333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 52.65%
G = 29.33%
B = 18.02%

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

#955333 (or 0x955333) is known color: Chelsea Gem. HEX triplet: 95, 53 and 33. RGB value is (149,83,51). Sum of RGB (Red+Green+Blue) = 149+83+51=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #955333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955333 is #6AACCC. Grayscale: #636363. Windows color (decimal): -6991053 or 3363733. OLE color: 3363733.

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

Color convert

RGB 149 83 51 -
CMYK 0 0.44 0.66 0.42
HSL 19.59º 0.49% 0.39% -
HSV(B) 19.59º 0.66% 0.58% -
XYZ 16.09 12.82 4.76 -
YUV 99.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 149 83 51 0 0.44 0.66 0.42 19.59 0.49 0.39
Hex 95 53 33 0 2C 42 2A 14 31 27
Octal 225 123 63 0 54 102 52 24 61 47
Binary 10010101 1010011 110011 0 101100 1000010 101010 10100 110001 100111

Color Harmonies of #955333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955333

Black with #955333

Text Example


Text Example

White with #955333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955333; }

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

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

background-color css

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

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

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

border-color css

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

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

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