Html Css Color HEX #975B2D Indochine

📋 copy color: '#975B2D'

red 151 ◦ green 91 ◦ blue 45

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

Shades of Indochine #975B2D

Tints of Indochine #975B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 52.61%
G = 31.71%
B = 15.68%

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

#975B2D (or 0x975B2D) is known color: Indochine. HEX triplet: 97, 5B and 2D. RGB value is (151,91,45). Sum of RGB (Red+Green+Blue) = 151+91+45=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B2D is #68A4D2. Grayscale: #676767. Windows color (decimal): -6857939 or 2972567. OLE color: 2972567.

HSL color Cylindrical-coordinate representation of color #975B2D: hue angle of 26.04º 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 #975B2D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 45 -
CMYK 0 0.40 0.70 0.41
HSL 26.04º 0.54% 0.38% -
HSV(B) 26.04º 0.7% 0.59% -
XYZ 16.98 14.25 4.34 -
YUV 103.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 151 91 45 0 0.40 0.70 0.41 26.04 0.54 0.38
Hex 97 5B 2D 0 28 46 29 1A 36 26
Octal 227 133 55 0 50 106 51 32 66 46
Binary 10010111 1011011 101101 0 101000 1000110 101001 11010 110110 100110

Color Harmonies of #975B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B2D

Black with #975B2D

Text Example


Text Example

White with #975B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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