Html Css Color HEX #975C32 Indochine

📋 copy color: '#975C32'

red 151 ◦ green 92 ◦ blue 50

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

Shades of Indochine #975C32

Tints of Indochine #975C32

RGB

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

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

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

R = 51.54%
G = 31.4%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#975C32 (or 0x975C32) is known color: Indochine. HEX triplet: 97, 5C and 32. RGB value is (151,92,50). Sum of RGB (Red+Green+Blue) = 151+92+50=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #975C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C32 is #68A3CD. Grayscale: #696969. Windows color (decimal): -6857678 or 3300503. OLE color: 3300503.

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

Color convert

RGB 151 92 50 -
CMYK 0 0.39 0.67 0.41
HSL 24.95º 0.5% 0.39% -
HSV(B) 24.95º 0.67% 0.59% -
XYZ 17.17 14.46 4.9 -
YUV 104.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 151 92 50 0 0.39 0.67 0.41 24.95 0.5 0.39
Hex 97 5C 32 0 27 43 29 19 32 27
Octal 227 134 62 0 47 103 51 31 62 47
Binary 10010111 1011100 110010 0 100111 1000011 101001 11001 110010 100111

Color Harmonies of #975C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C32

Black with #975C32

Text Example


Text Example

White with #975C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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