Html Css Color HEX #9A5E30 Indochine

📋 copy color: '#9A5E30'

red 154 ◦ green 94 ◦ blue 48

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

Shades of Indochine #9A5E30

Tints of Indochine #9A5E30

RGB

 RED value IS 154 (60.55% from 255) = 52.03%

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

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

R = 52.03%
G = 31.76%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A5E30 (or 0x9A5E30) is known color: Indochine. HEX triplet: 9A, 5E and 30. RGB value is (154,94,48). Sum of RGB (Red+Green+Blue) = 154+94+48=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E30 is #65A1CF. Grayscale: #6A6A6A. Windows color (decimal): -6660560 or 3169946. OLE color: 3169946.

HSL color Cylindrical-coordinate representation of color #9A5E30: hue angle of 26.04º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A5E30 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 94 48 -
CMYK 0 0.39 0.69 0.40
HSL 26.04º 0.52% 0.4% -
HSV(B) 26.04º 0.69% 0.6% -
XYZ 17.86 15.09 4.77 -
YUV 106.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 154 94 48 0 0.39 0.69 0.40 26.04 0.52 0.4
Hex 9A 5E 30 0 27 45 28 1A 34 28
Octal 232 136 60 0 47 105 50 32 64 50
Binary 10011010 1011110 110000 0 100111 1000101 101000 11010 110100 101000

Color Harmonies of #9A5E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E30

Black with #9A5E30

Text Example


Text Example

White with #9A5E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5E30; }

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

 H1.HeaderClassName
 {
   color: #9A5E30;
 }
 .AnyTagClassName
 {
   color: #9A5E30;
 }
</style>

background-color css

<style>
 a { background-color: #9A5E30; }

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

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

border-color css

<style>
 span { border-color: #9A5E30; }

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

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