Html Css Color HEX #975A2D Indochine

📋 copy color: '#975A2D'

red 151 ◦ green 90 ◦ blue 45

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

Shades of Indochine #975A2D

Tints of Indochine #975A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.47%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 52.8%
G = 31.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#975A2D (or 0x975A2D) is known color: Indochine. HEX triplet: 97, 5A and 2D. RGB value is (151,90,45). Sum of RGB (Red+Green+Blue) = 151+90+45=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #975A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A2D is #68A5D2. Grayscale: #676767. Windows color (decimal): -6858195 or 2972311. OLE color: 2972311.

HSL color Cylindrical-coordinate representation of color #975A2D: hue angle of 25.47º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #975A2D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 45 -
CMYK 0 0.40 0.70 0.41
HSL 25.47º 0.54% 0.38% -
HSV(B) 25.47º 0.7% 0.59% -
XYZ 16.89 14.08 4.31 -
YUV 103.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 151 90 45 0 0.40 0.70 0.41 25.47 0.54 0.38
Hex 97 5A 2D 0 28 46 29 19 36 26
Octal 227 132 55 0 50 106 51 31 66 46
Binary 10010111 1011010 101101 0 101000 1000110 101001 11001 110110 100110

Color Harmonies of #975A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A2D

Black with #975A2D

Text Example


Text Example

White with #975A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975A2D; }

 p { color: rgb(151,90,45); }

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

background-color css

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

 a { background-color: rgb(151,90,45); }

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

border-color css

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

 span { border-color: rgb(151,90,45); }

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