Html Css Color HEX #99533D Sepia

📋 copy color: '#99533D'

red 153 ◦ green 83 ◦ blue 61

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

Shades of Sepia #99533D

Tints of Sepia #99533D

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

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

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

R = 51.52%
G = 27.95%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#99533D (or 0x99533D) is known color: Sepia. HEX triplet: 99, 53 and 3D. RGB value is (153,83,61). Sum of RGB (Red+Green+Blue) = 153+83+61=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99533D is #66ACC2. Grayscale: #656565. Windows color (decimal): -6728899 or 4019097. OLE color: 4019097.

HSL color Cylindrical-coordinate representation of color #99533D: hue angle of 14.35º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99533D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 61 -
CMYK 0 0.46 0.60 0.4
HSL 14.35º 0.43% 0.42% -
HSV(B) 14.35º 0.6% 0.6% -
XYZ 17.07 13.3 6.08 -
YUV 101.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 153 83 61 0 0.46 0.60 0.4 14.35 0.43 0.42
Hex 99 53 3D 0 2E 3C 28 E 2B 2A
Octal 231 123 75 0 56 74 50 16 53 52
Binary 10011001 1010011 111101 0 101110 111100 101000 1110 101011 101010

Color Harmonies of #99533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99533D

Black with #99533D

Text Example


Text Example

White with #99533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99533D; }

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

 H1.HeaderClassName
 {
   color: #99533D;
 }
 .AnyTagClassName
 {
   color: #99533D;
 }
</style>

background-color css

<style>
 a { background-color: #99533D; }

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

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

border-color css

<style>
 span { border-color: #99533D; }

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

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