Html Css Color HEX #975E30 Indochine

📋 copy color: '#975E30'

red 151 ◦ green 94 ◦ blue 48

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

Shades of Indochine #975E30

Tints of Indochine #975E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 51.54%
G = 32.08%
B = 16.38%

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

#975E30 (or 0x975E30) is known color: Indochine. HEX triplet: 97, 5E and 30. RGB value is (151,94,48). Sum of RGB (Red+Green+Blue) = 151+94+48=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #975E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E30 is #68A1CF. Grayscale: #6A6A6A. Windows color (decimal): -6857168 or 3169943. OLE color: 3169943.

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

Color convert

RGB 151 94 48 -
CMYK 0 0.38 0.68 0.41
HSL 26.8º 0.52% 0.39% -
HSV(B) 26.8º 0.68% 0.59% -
XYZ 17.3 14.8 4.74 -
YUV 105.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 151 94 48 0 0.38 0.68 0.41 26.8 0.52 0.39
Hex 97 5E 30 0 26 44 29 1B 34 27
Octal 227 136 60 0 46 104 51 33 64 47
Binary 10010111 1011110 110000 0 100110 1000100 101001 11011 110100 100111

Color Harmonies of #975E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E30

Black with #975E30

Text Example


Text Example

White with #975E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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