#C1873D

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

Shades of Pizza #C1873D

Tints of Pizza #C1873D

Color information

#C1873D (or 0xC1873D) is unknown color: approx Pizza. HEX triplet: C1, 87 and 3D. RGB value is (193,135,61). Sum of RGB (Red+Green+Blue) = 193+135+61=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1873D is #3E78C2. Grayscale: #909090. Windows color (decimal): -4094147 or 4032449. OLE color: 4032449.

HSL color Cylindrical-coordinate representation of color #C1873D: hue angle of 33.64º 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 #C1873D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19313561-
CMYK00.300.680.24
HSL33.64º51.97%49.8%-
HSV(B)33.64º68.39%75.69%-
XYZ31.5298.35-
YUV143.9181.22163.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 61 (24.22% from 255) = 15.68%
R=49.61%
G=34.70%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931356100.300.680.2433.6451.9749.8
HexC1873D01E4418223432
Octal3012077503610430426462
Binary1100000110000111111101011110100010011000100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1873D; }

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

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

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

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

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

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

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

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