Html Css Color HEX #9B5934 Indochine

📋 copy color: '#9B5934'

red 155 ◦ green 89 ◦ blue 52

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

Shades of Indochine #9B5934

Tints of Indochine #9B5934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 52.36%
G = 30.07%
B = 17.57%

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

#9B5934 (or 0x9B5934) is known color: Indochine. HEX triplet: 9B, 59 and 34. RGB value is (155,89,52). Sum of RGB (Red+Green+Blue) = 155+89+52=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5934 is #64A6CB. Grayscale: #686868. Windows color (decimal): -6596300 or 3430811. OLE color: 3430811.

HSL color Cylindrical-coordinate representation of color #9B5934: hue angle of 21.55º degrees, saturation: 0.5, 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 #9B5934 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 52 -
CMYK 0 0.43 0.66 0.39
HSL 21.55º 0.5% 0.41% -
HSV(B) 21.55º 0.66% 0.61% -
XYZ 17.71 14.36 5.09 -
YUV 104.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 155 89 52 0 0.43 0.66 0.39 21.55 0.5 0.41
Hex 9B 59 34 0 2B 42 27 16 32 29
Octal 233 131 64 0 53 102 47 26 62 51
Binary 10011011 1011001 110100 0 101011 1000010 100111 10110 110010 101001

Color Harmonies of #9B5934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5934

Black with #9B5934

Text Example


Text Example

White with #9B5934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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