Html Css Color HEX #9B5935 Indochine

📋 copy color: '#9B5935'

red 155 ◦ green 89 ◦ blue 53

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

Shades of Indochine #9B5935

Tints of Indochine #9B5935

RGB

 RED value IS 155 (60.94% from 255) = 52.19%

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 52.19%
G = 29.97%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9B5935 (or 0x9B5935) is known color: Indochine. HEX triplet: 9B, 59 and 35. RGB value is (155,89,53). Sum of RGB (Red+Green+Blue) = 155+89+53=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5935 is #64A6CA. Grayscale: #686868. Windows color (decimal): -6596299 or 3496347. OLE color: 3496347.

HSL color Cylindrical-coordinate representation of color #9B5935: hue angle of 21.18º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B5935 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 53 -
CMYK 0 0.43 0.66 0.39
HSL 21.18º 0.49% 0.41% -
HSV(B) 21.18º 0.66% 0.61% -
XYZ 17.73 14.37 5.21 -
YUV 104.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 155 89 53 0 0.43 0.66 0.39 21.18 0.49 0.41
Hex 9B 59 35 0 2B 42 27 15 31 29
Octal 233 131 65 0 53 102 47 25 61 51
Binary 10011011 1011001 110101 0 101011 1000010 100111 10101 110001 101001

Color Harmonies of #9B5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5935

Black with #9B5935

Text Example


Text Example

White with #9B5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,53); }

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

background-color css

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

 a { background-color: rgb(155,89,53); }

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

border-color css

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

 span { border-color: rgb(155,89,53); }

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