Html Css Color HEX #975A30 Indochine

📋 copy color: '#975A30'

red 151 ◦ green 90 ◦ blue 48

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

Shades of Indochine #975A30

Tints of Indochine #975A30

RGB

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

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

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

R = 52.25%
G = 31.14%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975A30 (or 0x975A30) is known color: Indochine. HEX triplet: 97, 5A and 30. RGB value is (151,90,48). Sum of RGB (Red+Green+Blue) = 151+90+48=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #975A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A30 is #68A5CF. Grayscale: #676767. Windows color (decimal): -6858192 or 3168919. OLE color: 3168919.

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

Color convert

RGB 151 90 48 -
CMYK 0 0.40 0.68 0.41
HSL 24.47º 0.52% 0.39% -
HSV(B) 24.47º 0.68% 0.59% -
XYZ 16.95 14.11 4.63 -
YUV 103.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 151 90 48 0 0.40 0.68 0.41 24.47 0.52 0.39
Hex 97 5A 30 0 28 44 29 18 34 27
Octal 227 132 60 0 50 104 51 30 64 47
Binary 10010111 1011010 110000 0 101000 1000100 101001 11000 110100 100111

Color Harmonies of #975A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A30

Black with #975A30

Text Example


Text Example

White with #975A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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