Html Css Color HEX #9B5C30 Indochine

📋 copy color: '#9B5C30'

red 155 ◦ green 92 ◦ blue 48

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

Shades of Indochine #9B5C30

Tints of Indochine #9B5C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 52.54%
G = 31.19%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B5C30 (or 0x9B5C30) is known color: Indochine. HEX triplet: 9B, 5C and 30. RGB value is (155,92,48). Sum of RGB (Red+Green+Blue) = 155+92+48=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C30 is #64A3CF. Grayscale: #6A6A6A. Windows color (decimal): -6595536 or 3169435. OLE color: 3169435.

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

Color convert

RGB 155 92 48 -
CMYK 0 0.41 0.69 0.39
HSL 24.67º 0.53% 0.4% -
HSV(B) 24.67º 0.69% 0.61% -
XYZ 17.88 14.84 4.72 -
YUV 105.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 155 92 48 0 0.41 0.69 0.39 24.67 0.53 0.4
Hex 9B 5C 30 0 29 45 27 19 35 28
Octal 233 134 60 0 51 105 47 31 65 50
Binary 10011011 1011100 110000 0 101001 1000101 100111 11001 110101 101000

Color Harmonies of #9B5C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C30

Black with #9B5C30

Text Example


Text Example

White with #9B5C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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