Html Css Color HEX #99533C Sepia

📋 copy color: '#99533C'

red 153 ◦ green 83 ◦ blue 60

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

Shades of Sepia #99533C

Tints of Sepia #99533C

RGB

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

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

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

R = 51.69%
G = 28.04%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99533C (or 0x99533C) is known color: Sepia. HEX triplet: 99, 53 and 3C. RGB value is (153,83,60). Sum of RGB (Red+Green+Blue) = 153+83+60=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99533C is #66ACC3. Grayscale: #656565. Windows color (decimal): -6728900 or 3953561. OLE color: 3953561.

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

Color convert

RGB 153 83 60 -
CMYK 0 0.46 0.61 0.4
HSL 14.84º 0.44% 0.42% -
HSV(B) 14.84º 0.61% 0.6% -
XYZ 17.05 13.29 5.94 -
YUV 101.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 153 83 60 0 0.46 0.61 0.4 14.84 0.44 0.42
Hex 99 53 3C 0 2E 3D 28 F 2C 2A
Octal 231 123 74 0 56 75 50 17 54 52
Binary 10011001 1010011 111100 0 101110 111101 101000 1111 101100 101010

Color Harmonies of #99533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99533C

Black with #99533C

Text Example


Text Example

White with #99533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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