Html Css Color HEX #975D33 Indochine

📋 copy color: '#975D33'

red 151 ◦ green 93 ◦ blue 51

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

Shades of Indochine #975D33

Tints of Indochine #975D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 51.19%
G = 31.53%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#975D33 (or 0x975D33) is known color: Indochine. HEX triplet: 97, 5D and 33. RGB value is (151,93,51). Sum of RGB (Red+Green+Blue) = 151+93+51=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #975D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D33 is #68A2CC. Grayscale: #696969. Windows color (decimal): -6857421 or 3366295. OLE color: 3366295.

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

Color convert

RGB 151 93 51 -
CMYK 0 0.38 0.66 0.41
HSL 25.2º 0.5% 0.4% -
HSV(B) 25.2º 0.66% 0.59% -
XYZ 17.27 14.65 5.05 -
YUV 105.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 151 93 51 0 0.38 0.66 0.41 25.2 0.5 0.4
Hex 97 5D 33 0 26 42 29 19 32 28
Octal 227 135 63 0 46 102 51 31 62 50
Binary 10010111 1011101 110011 0 100110 1000010 101001 11001 110010 101000

Color Harmonies of #975D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D33

Black with #975D33

Text Example


Text Example

White with #975D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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