#CC8348

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

Shades of Raw Sienna #CC8348

Tints of Raw Sienna #CC8348

Color information

#CC8348 (or 0xCC8348) is unknown color: approx Raw Sienna. HEX triplet: CC, 83 and 48. RGB value is (204,131,72). Sum of RGB (Red+Green+Blue) = 204+131+72=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8348 is #337CB7. Grayscale: #929292. Windows color (decimal): -3374264 or 4752332. OLE color: 4752332.

HSL color Cylindrical-coordinate representation of color #CC8348: hue angle of 26.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC8348 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20413172-
CMYK00.360.650.2
HSL26.82º56.41%54.12%-
HSV(B)26.82º64.71%80%-
XYZ34.1929.5410.03-
YUV146.186.18169.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=50.12%
G=32.19%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041317200.360.650.226.8256.4154.12
HexCC834802441141b3836
Octal31420311004410124337066
Binary11001100100000111001000010010010000011010011011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8348; }

 p { color: rgb(204,131,72); }

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

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

 a { background-color: rgb(204,131,72); }

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

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

 span { border-color: rgb(204,131,72); }

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