Html Css Color HEX #9B523C Sepia

📋 copy color: '#9B523C'

red 155 ◦ green 82 ◦ blue 60

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

Shades of Sepia #9B523C

Tints of Sepia #9B523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 52.19%
G = 27.61%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B523C (or 0x9B523C) is known color: Sepia. HEX triplet: 9B, 52 and 3C. RGB value is (155,82,60). Sum of RGB (Red+Green+Blue) = 155+82+60=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B523C is #64ADC3. Grayscale: #656565. Windows color (decimal): -6598084 or 3953307. OLE color: 3953307.

HSL color Cylindrical-coordinate representation of color #9B523C: hue angle of 13.89º 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 #9B523C is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 82 60 -
CMYK 0 0.47 0.61 0.39
HSL 13.89º 0.44% 0.42% -
HSV(B) 13.89º 0.61% 0.61% -
XYZ 17.35 13.33 5.93 -
YUV 101.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 155 82 60 0 0.47 0.61 0.39 13.89 0.44 0.42
Hex 9B 52 3C 0 2F 3D 27 E 2C 2A
Octal 233 122 74 0 57 75 47 16 54 52
Binary 10011011 1010010 111100 0 101111 111101 100111 1110 101100 101010

Color Harmonies of #9B523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B523C

Black with #9B523C

Text Example


Text Example

White with #9B523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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