Html Css Color HEX #975A38 Indochine

📋 copy color: '#975A38'

red 151 ◦ green 90 ◦ blue 56

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

Shades of Indochine #975A38

Tints of Indochine #975A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 50.84%
G = 30.3%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#975A38 (or 0x975A38) is known color: Indochine. HEX triplet: 97, 5A and 38. RGB value is (151,90,56). Sum of RGB (Red+Green+Blue) = 151+90+56=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #975A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A38 is #68A5C7. Grayscale: #686868. Windows color (decimal): -6858184 or 3693207. OLE color: 3693207.

HSL color Cylindrical-coordinate representation of color #975A38: hue angle of 21.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #975A38 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 56 -
CMYK 0 0.40 0.63 0.41
HSL 21.47º 0.46% 0.41% -
HSV(B) 21.47º 0.63% 0.59% -
XYZ 17.13 14.18 5.57 -
YUV 104.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 151 90 56 0 0.40 0.63 0.41 21.47 0.46 0.41
Hex 97 5A 38 0 28 3F 29 15 2E 29
Octal 227 132 70 0 50 77 51 25 56 51
Binary 10010111 1011010 111000 0 101000 111111 101001 10101 101110 101001

Color Harmonies of #975A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A38

Black with #975A38

Text Example


Text Example

White with #975A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,56); }

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

background-color css

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

 a { background-color: rgb(151,90,56); }

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

border-color css

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

 span { border-color: rgb(151,90,56); }

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