Html Css Color HEX #975430 Chelsea Gem

📋 copy color: '#975430'

red 151 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #975430

Tints of Chelsea Gem #975430

RGB

 RED value IS 151 (59.38% from 255) = 53.36%

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

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

R = 53.36%
G = 29.68%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975430 (or 0x975430) is known color: Chelsea Gem. HEX triplet: 97, 54 and 30. RGB value is (151,84,48). Sum of RGB (Red+Green+Blue) = 151+84+48=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975430 is #68ABCF. Grayscale: #646464. Windows color (decimal): -6859728 or 3167383. OLE color: 3167383.

HSL color Cylindrical-coordinate representation of color #975430: hue angle of 20.97º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #975430 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 48 -
CMYK 0 0.44 0.68 0.41
HSL 20.97º 0.52% 0.39% -
HSV(B) 20.97º 0.68% 0.59% -
XYZ 16.47 13.13 4.46 -
YUV 99.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 151 84 48 0 0.44 0.68 0.41 20.97 0.52 0.39
Hex 97 54 30 0 2C 44 29 15 34 27
Octal 227 124 60 0 54 104 51 25 64 47
Binary 10010111 1010100 110000 0 101100 1000100 101001 10101 110100 100111

Color Harmonies of #975430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975430

Black with #975430

Text Example


Text Example

White with #975430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975430; }

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

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

background-color css

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

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

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

border-color css

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

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

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