Html Css Color HEX #975E31 Indochine

📋 copy color: '#975E31'

red 151 ◦ green 94 ◦ blue 49

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

Shades of Indochine #975E31

Tints of Indochine #975E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 51.36%
G = 31.97%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975E31 (or 0x975E31) is known color: Indochine. HEX triplet: 97, 5E and 31. RGB value is (151,94,49). Sum of RGB (Red+Green+Blue) = 151+94+49=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #975E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E31 is #68A1CE. Grayscale: #6A6A6A. Windows color (decimal): -6857167 or 3235479. OLE color: 3235479.

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

Color convert

RGB 151 94 49 -
CMYK 0 0.38 0.68 0.41
HSL 26.47º 0.51% 0.39% -
HSV(B) 26.47º 0.68% 0.59% -
XYZ 17.32 14.81 4.85 -
YUV 105.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 151 94 49 0 0.38 0.68 0.41 26.47 0.51 0.39
Hex 97 5E 31 0 26 44 29 1A 33 27
Octal 227 136 61 0 46 104 51 32 63 47
Binary 10010111 1011110 110001 0 100110 1000100 101001 11010 110011 100111

Color Harmonies of #975E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E31

Black with #975E31

Text Example


Text Example

White with #975E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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