Html Css Color HEX #9B5C2B Indochine

📋 copy color: '#9B5C2B'

red 155 ◦ green 92 ◦ blue 43

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

Shades of Indochine #9B5C2B

Tints of Indochine #9B5C2B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.72%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 53.45%
G = 31.72%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B5C2B (or 0x9B5C2B) is known color: Indochine. HEX triplet: 9B, 5C and 2B. RGB value is (155,92,43). Sum of RGB (Red+Green+Blue) = 155+92+43=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C2B is #64A3D4. Grayscale: #696969. Windows color (decimal): -6595541 or 2841755. OLE color: 2841755.

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

Color convert

RGB 155 92 43 -
CMYK 0 0.41 0.72 0.39
HSL 26.25º 0.57% 0.39% -
HSV(B) 26.25º 0.72% 0.61% -
XYZ 17.78 14.8 4.2 -
YUV 105.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 155 92 43 0 0.41 0.72 0.39 26.25 0.57 0.39
Hex 9B 5C 2B 0 29 48 27 1A 39 27
Octal 233 134 53 0 51 110 47 32 71 47
Binary 10011011 1011100 101011 0 101001 1001000 100111 11010 111001 100111

Color Harmonies of #9B5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C2B

Black with #9B5C2B

Text Example


Text Example

White with #9B5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,43); }

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

background-color css

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

 a { background-color: rgb(155,92,43); }

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

border-color css

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

 span { border-color: rgb(155,92,43); }

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