Html Css Color HEX #9B543C Sepia

📋 copy color: '#9B543C'

red 155 ◦ green 84 ◦ blue 60

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

Shades of Sepia #9B543C

Tints of Sepia #9B543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 51.84%
G = 28.09%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B543C (or 0x9B543C) is known color: Sepia. HEX triplet: 9B, 54 and 3C. RGB value is (155,84,60). Sum of RGB (Red+Green+Blue) = 155+84+60=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B543C is #64ABC3. Grayscale: #666666. Windows color (decimal): -6597572 or 3953819. OLE color: 3953819.

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

Color convert

RGB 155 84 60 -
CMYK 0 0.46 0.61 0.39
HSL 15.16º 0.44% 0.42% -
HSV(B) 15.16º 0.61% 0.61% -
XYZ 17.5 13.64 5.98 -
YUV 102.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 155 84 60 0 0.46 0.61 0.39 15.16 0.44 0.42
Hex 9B 54 3C 0 2E 3D 27 F 2C 2A
Octal 233 124 74 0 56 75 47 17 54 52
Binary 10011011 1010100 111100 0 101110 111101 100111 1111 101100 101010

Color Harmonies of #9B543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B543C

Black with #9B543C

Text Example


Text Example

White with #9B543C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,84,60); }

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

background-color css

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

 a { background-color: rgb(155,84,60); }

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

border-color css

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

 span { border-color: rgb(155,84,60); }

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