Html Css Color HEX #975D32 Indochine

📋 copy color: '#975D32'

red 151 ◦ green 93 ◦ blue 50

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

Shades of Indochine #975D32

Tints of Indochine #975D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 51.36%
G = 31.63%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#975D32 (or 0x975D32) is known color: Indochine. HEX triplet: 97, 5D and 32. RGB value is (151,93,50). Sum of RGB (Red+Green+Blue) = 151+93+50=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #975D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D32 is #68A2CD. Grayscale: #696969. Windows color (decimal): -6857422 or 3300759. OLE color: 3300759.

HSL color Cylindrical-coordinate representation of color #975D32: hue angle of 25.54º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #975D32 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 50 -
CMYK 0 0.38 0.67 0.41
HSL 25.54º 0.5% 0.39% -
HSV(B) 25.54º 0.67% 0.59% -
XYZ 17.25 14.64 4.93 -
YUV 105.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 151 93 50 0 0.38 0.67 0.41 25.54 0.5 0.39
Hex 97 5D 32 0 26 43 29 1A 32 27
Octal 227 135 62 0 46 103 51 32 62 47
Binary 10010111 1011101 110010 0 100110 1000011 101001 11010 110010 100111

Color Harmonies of #975D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D32

Black with #975D32

Text Example


Text Example

White with #975D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,50); }

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

background-color css

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

 a { background-color: rgb(151,93,50); }

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

border-color css

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

 span { border-color: rgb(151,93,50); }

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