Html Css Color HEX #9A582E Indochine

📋 copy color: '#9A582E'

red 154 ◦ green 88 ◦ blue 46

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

Shades of Indochine #9A582E

Tints of Indochine #9A582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 53.47%
G = 30.56%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#9A582E (or 0x9A582E) is known color: Indochine. HEX triplet: 9A, 58 and 2E. RGB value is (154,88,46). Sum of RGB (Red+Green+Blue) = 154+88+46=288 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.47% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 154 - color contains mainly: red. Hex color #9A582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A582E is #65A7D1. Grayscale: #676767. Windows color (decimal): -6662098 or 3037338. OLE color: 3037338.

HSL color Cylindrical-coordinate representation of color #9A582E: hue angle of 23.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A582E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 88 46 -
CMYK 0 0.43 0.70 0.40
HSL 23.33º 0.54% 0.39% -
HSV(B) 23.33º 0.7% 0.6% -
XYZ 17.31 14.05 4.38 -
YUV 102.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 154 88 46 0 0.43 0.70 0.40 23.33 0.54 0.39
Hex 9A 58 2E 0 2B 46 28 17 36 27
Octal 232 130 56 0 53 106 50 27 66 47
Binary 10011010 1011000 101110 0 101011 1000110 101000 10111 110110 100111

Color Harmonies of #9A582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A582E

Black with #9A582E

Text Example


Text Example

White with #9A582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,88,46); }

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

background-color css

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

 a { background-color: rgb(154,88,46); }

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

border-color css

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

 span { border-color: rgb(154,88,46); }

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