Html Css Color HEX #995430 Chelsea Gem

📋 copy color: '#995430'

red 153 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #995430

Tints of Chelsea Gem #995430

RGB

 RED value IS 153 (60.16% from 255) = 53.68%

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

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

R = 53.68%
G = 29.47%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#995430 (or 0x995430) is known color: Chelsea Gem. HEX triplet: 99, 54 and 30. RGB value is (153,84,48). Sum of RGB (Red+Green+Blue) = 153+84+48=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #995430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995430 is #66ABCF. Grayscale: #646464. Windows color (decimal): -6728656 or 3167385. OLE color: 3167385.

HSL color Cylindrical-coordinate representation of color #995430: hue angle of 20.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #995430 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 48 -
CMYK 0 0.45 0.69 0.4
HSL 20.57º 0.52% 0.39% -
HSV(B) 20.57º 0.69% 0.6% -
XYZ 16.84 13.33 4.48 -
YUV 100.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 153 84 48 0 0.45 0.69 0.4 20.57 0.52 0.39
Hex 99 54 30 0 2D 45 28 15 34 27
Octal 231 124 60 0 55 105 50 25 64 47
Binary 10011001 1010100 110000 0 101101 1000101 101000 10101 110100 100111

Color Harmonies of #995430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995430

Black with #995430

Text Example


Text Example

White with #995430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995430; }

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

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

background-color css

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

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

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

border-color css

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

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

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