Html Css Color HEX #9B513E Sepia

📋 copy color: '#9B513E'

red 155 ◦ green 81 ◦ blue 62

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

Shades of Sepia #9B513E

Tints of Sepia #9B513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 52.01%
G = 27.18%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.39

RGB Variations

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

Color information

#9B513E (or 0x9B513E) is known color: Sepia. HEX triplet: 9B, 51 and 3E. RGB value is (155,81,62). Sum of RGB (Red+Green+Blue) = 155+81+62=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B513E is #64AEC1. Grayscale: #656565. Windows color (decimal): -6598338 or 4084123. OLE color: 4084123.

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

Color convert

RGB 155 81 62 -
CMYK 0 0.48 0.6 0.39
HSL 12.26º 0.43% 0.43% -
HSV(B) 12.26º 0.6% 0.61% -
XYZ 17.33 13.2 6.19 -
YUV 100.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 155 81 62 0 0.48 0.6 0.39 12.26 0.43 0.43
Hex 9B 51 3E 0 30 3C 27 C 2B 2B
Octal 233 121 76 0 60 74 47 14 53 53
Binary 10011011 1010001 111110 0 110000 111100 100111 1100 101011 101011

Color Harmonies of #9B513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B513E

Black with #9B513E

Text Example


Text Example

White with #9B513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,62); }

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

background-color css

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

 a { background-color: rgb(155,81,62); }

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

border-color css

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

 span { border-color: rgb(155,81,62); }

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