Html Css Color HEX #975C31 Indochine

📋 copy color: '#975C31'

red 151 ◦ green 92 ◦ blue 49

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

Shades of Indochine #975C31

Tints of Indochine #975C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 51.71%
G = 31.51%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975C31 (or 0x975C31) is known color: Indochine. HEX triplet: 97, 5C and 31. RGB value is (151,92,49). Sum of RGB (Red+Green+Blue) = 151+92+49=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #975C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C31 is #68A3CE. Grayscale: #686868. Windows color (decimal): -6857679 or 3234967. OLE color: 3234967.

HSL color Cylindrical-coordinate representation of color #975C31: hue angle of 25.29º degrees, saturation: 0.51, 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 #975C31 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 49 -
CMYK 0 0.39 0.68 0.41
HSL 25.29º 0.51% 0.39% -
HSV(B) 25.29º 0.68% 0.59% -
XYZ 17.14 14.46 4.79 -
YUV 104.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 151 92 49 0 0.39 0.68 0.41 25.29 0.51 0.39
Hex 97 5C 31 0 27 44 29 19 33 27
Octal 227 134 61 0 47 104 51 31 63 47
Binary 10010111 1011100 110001 0 100111 1000100 101001 11001 110011 100111

Color Harmonies of #975C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C31

Black with #975C31

Text Example


Text Example

White with #975C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,49); }

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

background-color css

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

 a { background-color: rgb(151,92,49); }

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

border-color css

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

 span { border-color: rgb(151,92,49); }

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