Html Css Color HEX #9B5A43 Sepia

📋 copy color: '#9B5A43'

red 155 ◦ green 90 ◦ blue 67

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

Shades of Sepia #9B5A43

Tints of Sepia #9B5A43

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 49.68%
G = 28.85%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B5A43 (or 0x9B5A43) is known color: Sepia. HEX triplet: 9B, 5A and 43. RGB value is (155,90,67). Sum of RGB (Red+Green+Blue) = 155+90+67=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5A43 is #64A5BC. Grayscale: #6A6A6A. Windows color (decimal): -6596029 or 4414107. OLE color: 4414107.

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

Color convert

RGB 155 90 67 -
CMYK 0 0.42 0.57 0.39
HSL 15.68º 0.4% 0.44% -
HSV(B) 15.68º 0.57% 0.61% -
XYZ 18.19 14.69 7.19 -
YUV 106.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 155 90 67 0 0.42 0.57 0.39 15.68 0.4 0.44
Hex 9B 5A 43 0 2A 39 27 10 28 2C
Octal 233 132 103 0 52 71 47 20 50 54
Binary 10011011 1011010 1000011 0 101010 111001 100111 10000 101000 101100

Color Harmonies of #9B5A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A43

Black with #9B5A43

Text Example


Text Example

White with #9B5A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,67); }

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

background-color css

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

 a { background-color: rgb(155,90,67); }

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

border-color css

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

 span { border-color: rgb(155,90,67); }

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