Html Css Color HEX #955430 Chelsea Gem

📋 copy color: '#955430'

red 149 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #955430

Tints of Chelsea Gem #955430

RGB

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

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

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

R = 53.02%
G = 29.89%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#955430 (or 0x955430) is known color: Chelsea Gem. HEX triplet: 95, 54 and 30. RGB value is (149,84,48). Sum of RGB (Red+Green+Blue) = 149+84+48=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #955430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955430 is #6AABCF. Grayscale: #636363. Windows color (decimal): -6990800 or 3167381. OLE color: 3167381.

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

Color convert

RGB 149 84 48 -
CMYK 0 0.44 0.68 0.42
HSL 21.39º 0.51% 0.39% -
HSV(B) 21.39º 0.68% 0.58% -
XYZ 16.1 12.94 4.45 -
YUV 99.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 149 84 48 0 0.44 0.68 0.42 21.39 0.51 0.39
Hex 95 54 30 0 2C 44 2A 15 33 27
Octal 225 124 60 0 54 104 52 25 63 47
Binary 10010101 1010100 110000 0 101100 1000100 101010 10101 110011 100111

Color Harmonies of #955430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955430

Black with #955430

Text Example


Text Example

White with #955430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955430; }

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

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

background-color css

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

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

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

border-color css

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

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

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