Html Css Color HEX #9D533C Sepia

📋 copy color: '#9D533C'

red 157 ◦ green 83 ◦ blue 60

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

Shades of Sepia #9D533C

Tints of Sepia #9D533C

RGB

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

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

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

R = 52.33%
G = 27.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9D533C (or 0x9D533C) is known color: Sepia. HEX triplet: 9D, 53 and 3C. RGB value is (157,83,60). Sum of RGB (Red+Green+Blue) = 157+83+60=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D533C is #62ACC3. Grayscale: #666666. Windows color (decimal): -6466756 or 3953565. OLE color: 3953565.

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

Color convert

RGB 157 83 60 -
CMYK 0 0.47 0.62 0.38
HSL 14.23º 0.45% 0.43% -
HSV(B) 14.23º 0.62% 0.62% -
XYZ 17.81 13.68 5.98 -
YUV 102.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 157 83 60 0 0.47 0.62 0.38 14.23 0.45 0.43
Hex 9D 53 3C 0 2F 3E 26 E 2D 2B
Octal 235 123 74 0 57 76 46 16 55 53
Binary 10011101 1010011 111100 0 101111 111110 100110 1110 101101 101011

Color Harmonies of #9D533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D533C

Black with #9D533C

Text Example


Text Example

White with #9D533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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