Html Css Color HEX #99592F Indochine

📋 copy color: '#99592F'

red 153 ◦ green 89 ◦ blue 47

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

Shades of Indochine #99592F

Tints of Indochine #99592F

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 52.94%
G = 30.8%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#99592F (or 0x99592F) is known color: Indochine. HEX triplet: 99, 59 and 2F. RGB value is (153,89,47). Sum of RGB (Red+Green+Blue) = 153+89+47=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #99592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99592F is #66A6D0. Grayscale: #676767. Windows color (decimal): -6727377 or 3103129. OLE color: 3103129.

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

Color convert

RGB 153 89 47 -
CMYK 0 0.42 0.69 0.4
HSL 23.77º 0.53% 0.39% -
HSV(B) 23.77º 0.69% 0.6% -
XYZ 17.22 14.12 4.51 -
YUV 103.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 153 89 47 0 0.42 0.69 0.4 23.77 0.53 0.39
Hex 99 59 2F 0 2A 45 28 18 35 27
Octal 231 131 57 0 52 105 50 30 65 47
Binary 10011001 1011001 101111 0 101010 1000101 101000 11000 110101 100111

Color Harmonies of #99592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99592F

Black with #99592F

Text Example


Text Example

White with #99592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99592F; }

 p { color: rgb(153,89,47); }

 H1.HeaderClassName
 {
   color: #99592F;
 }
 .AnyTagClassName
 {
   color: #99592F;
 }
</style>

background-color css

<style>
 a { background-color: #99592F; }

 a { background-color: rgb(153,89,47); }

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

border-color css

<style>
 span { border-color: #99592F; }

 span { border-color: rgb(153,89,47); }

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