Html Css Color HEX #975434 Chelsea Gem

📋 copy color: '#975434'

red 151 ◦ green 84 ◦ blue 52

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

Shades of Chelsea Gem #975434

Tints of Chelsea Gem #975434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 52.61%
G = 29.27%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#975434 (or 0x975434) is known color: Chelsea Gem. HEX triplet: 97, 54 and 34. RGB value is (151,84,52). Sum of RGB (Red+Green+Blue) = 151+84+52=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975434 is #68ABCB. Grayscale: #646464. Windows color (decimal): -6859724 or 3429527. OLE color: 3429527.

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

Color convert

RGB 151 84 52 -
CMYK 0 0.44 0.66 0.41
HSL 19.39º 0.49% 0.4% -
HSV(B) 19.39º 0.66% 0.59% -
XYZ 16.55 13.17 4.92 -
YUV 100.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 151 84 52 0 0.44 0.66 0.41 19.39 0.49 0.4
Hex 97 54 34 0 2C 42 29 13 31 28
Octal 227 124 64 0 54 102 51 23 61 50
Binary 10010111 1010100 110100 0 101100 1000010 101001 10011 110001 101000

Color Harmonies of #975434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975434

Black with #975434

Text Example


Text Example

White with #975434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975434; }

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

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

background-color css

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

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

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

border-color css

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

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

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