Html Css Color HEX #975F33 Indochine

📋 copy color: '#975F33'

red 151 ◦ green 95 ◦ blue 51

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

Shades of Indochine #975F33

Tints of Indochine #975F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 50.84%
G = 31.99%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#975F33 (or 0x975F33) is known color: Indochine. HEX triplet: 97, 5F and 33. RGB value is (151,95,51). Sum of RGB (Red+Green+Blue) = 151+95+51=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #975F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975F33 is #68A0CC. Grayscale: #6A6A6A. Windows color (decimal): -6856909 or 3366807. OLE color: 3366807.

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

Color convert

RGB 151 95 51 -
CMYK 0 0.37 0.66 0.41
HSL 26.4º 0.5% 0.4% -
HSV(B) 26.4º 0.66% 0.59% -
XYZ 17.45 15 5.11 -
YUV 106.73 96.55 159.58 -
System Red Green Blue C M Y K H S L
Decimal 151 95 51 0 0.37 0.66 0.41 26.4 0.5 0.4
Hex 97 5F 33 0 25 42 29 1A 32 28
Octal 227 137 63 0 45 102 51 32 62 50
Binary 10010111 1011111 110011 0 100101 1000010 101001 11010 110010 101000

Color Harmonies of #975F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F33

Black with #975F33

Text Example


Text Example

White with #975F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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