Html Css Color HEX #9D533D Sepia

📋 copy color: '#9D533D'

red 157 ◦ green 83 ◦ blue 61

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

Shades of Sepia #9D533D

Tints of Sepia #9D533D

RGB

 RED value IS 157 (61.72% from 255) = 52.16%

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 52.16%
G = 27.57%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D533D (or 0x9D533D) is known color: Sepia. HEX triplet: 9D, 53 and 3D. RGB value is (157,83,61). Sum of RGB (Red+Green+Blue) = 157+83+61=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D533D is #62ACC2. Grayscale: #666666. Windows color (decimal): -6466755 or 4019101. OLE color: 4019101.

HSL color Cylindrical-coordinate representation of color #9D533D: hue angle of 13.75º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D533D is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 83 61 -
CMYK 0 0.47 0.61 0.38
HSL 13.75º 0.44% 0.43% -
HSV(B) 13.75º 0.61% 0.62% -
XYZ 17.84 13.69 6.12 -
YUV 102.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 157 83 61 0 0.47 0.61 0.38 13.75 0.44 0.43
Hex 9D 53 3D 0 2F 3D 26 E 2C 2B
Octal 235 123 75 0 57 75 46 16 54 53
Binary 10011101 1010011 111101 0 101111 111101 100110 1110 101100 101011

Color Harmonies of #9D533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D533D

Black with #9D533D

Text Example


Text Example

White with #9D533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,83,61); }

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

background-color css

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

 a { background-color: rgb(157,83,61); }

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

border-color css

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

 span { border-color: rgb(157,83,61); }

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