#C1853D

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

Shades of Pizza #C1853D

Tints of Pizza #C1853D

Color information

#C1853D (or 0xC1853D) is unknown color: approx Pizza. HEX triplet: C1, 85 and 3D. RGB value is (193,133,61). Sum of RGB (Red+Green+Blue) = 193+133+61=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1853D is #3E7AC2. Grayscale: #8F8F8F. Windows color (decimal): -4094659 or 4031937. OLE color: 4031937.

HSL color Cylindrical-coordinate representation of color #C1853D: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1853D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19313361-
CMYK00.310.680.24
HSL32.73º51.97%49.8%-
HSV(B)32.73º68.39%75.69%-
XYZ31.2228.458.26-
YUV142.7381.88163.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=49.87%
G=34.37%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931336100.310.680.2432.7351.9749.8
HexC1853D01F4418213432
Octal3012057503710430416462
Binary1100000110000101111101011111100010011000100001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1853D; }

 p { color: rgb(193,133,61); }

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

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

 a { background-color: rgb(193,133,61); }

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

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

 span { border-color: rgb(193,133,61); }

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