#C98048

Color #C98048 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #C98048

Tints of Raw Sienna #C98048

Color information

#C98048 (or 0xC98048) is unknown color: approx Raw Sienna. HEX triplet: C9, 80 and 48. RGB value is (201,128,72). Sum of RGB (Red+Green+Blue) = 201+128+72=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98048 is #367FB7. Grayscale: #8F8F8F. Windows color (decimal): -3571640 or 4751561. OLE color: 4751561.

HSL color Cylindrical-coordinate representation of color #C98048: hue angle of 26.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C98048 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20112872-
CMYK00.360.640.21
HSL26.05º54.43%53.53%-
HSV(B)26.05º64.18%78.82%-
XYZ32.9828.329.86-
YUV143.4487.68169.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=50.12%
G=31.92%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011287200.360.640.2126.0554.4353.53
HexC9804802440151a3636
Octal31120011004410025326666
Binary11001001100000001001000010010010000001010111010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98048; }

 p { color: rgb(201,128,72); }

 H1.HeaderClassName
 {
   color: #C98048;
 }
 .AnyTagClassName
 {
   color: #C98048;
 }
</style>
background-color css

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

 a { background-color: rgb(201,128,72); }

 div.DivClassName
 {
   background-color: #C98048;
 }
 .BgClassName
 {
   background-color: #C98048;
 }
</style>
border-color css

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

 span { border-color: rgb(201,128,72); }

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