#C28A38

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

Shades of Pizza #C28A38

Tints of Pizza #C28A38

Color information

#C28A38 (or 0xC28A38) is unknown color: approx Pizza. HEX triplet: C2, 8A and 38. RGB value is (194,138,56). Sum of RGB (Red+Green+Blue) = 194+138+56=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28A38 is #3D75C7. Grayscale: #919191. Windows color (decimal): -4027848 or 3705538. OLE color: 3705538.

HSL color Cylindrical-coordinate representation of color #C28A38: hue angle of 35.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C28A38 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19413856-
CMYK00.290.710.24
HSL35.65º55.2%49.02%-
HSV(B)35.65º71.13%76.08%-
XYZ32.0529.937.83-
YUV145.477.55162.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 56 (22.27% from 255) = 14.43%
R=50%
G=35.57%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941385600.290.710.2435.6555.249.02
HexC28A3801D4718243731
Octal3022127003510730446761
Binary1100001010001010111000011101100011111000100100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A38; }

 p { color: rgb(194,138,56); }

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

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

 a { background-color: rgb(194,138,56); }

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

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

 span { border-color: rgb(194,138,56); }

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