#C28B3B

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

Shades of Pizza #C28B3B

Tints of Pizza #C28B3B

Color information

#C28B3B (or 0xC28B3B) is unknown color: approx Pizza. HEX triplet: C2, 8B and 3B. RGB value is (194,139,59). Sum of RGB (Red+Green+Blue) = 194+139+59=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B3B is #3D74C4. Grayscale: #929292. Windows color (decimal): -4027589 or 3902402. OLE color: 3902402.

HSL color Cylindrical-coordinate representation of color #C28B3B: hue angle of 35.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C28B3B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19413959-
CMYK00.280.700.24
HSL35.56º53.36%49.61%-
HSV(B)35.56º69.59%76.08%-
XYZ32.2730.258.28-
YUV146.3278.72162-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=49.49%
G=35.46%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941395900.280.700.2435.5653.3649.61
HexC28B3B01C4618243532
Octal3022137303410630446562
Binary1100001010001011111011011100100011011000100100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B3B; }

 p { color: rgb(194,139,59); }

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

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

 a { background-color: rgb(194,139,59); }

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

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

 span { border-color: rgb(194,139,59); }

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