#c7734b

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

Shades of Red Damask #C7734B

Tints of Red Damask #C7734B

Color information

#C7734B (or 0xC7734B) is unknown color: approx Red Damask. HEX triplet: C7, 73 and 4B. RGB value is (199,115,75). Sum of RGB (Red+Green+Blue) = 199+115+75=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7734B is #388CB4. Grayscale: #878787. Windows color (decimal): -3706037 or 4944839. OLE color: 4944839.

HSL color Cylindrical-coordinate representation of color #C7734B: hue angle of 19.35º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7734B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19911575-
CMYK00.420.620.22
HSL19.35º52.54%53.73%-
HSV(B)19.35º62.31%78.04%-
XYZ30.9524.919.83-
YUV135.5693.83173.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=51.16%
G=29.56%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991157500.420.620.2219.3552.5453.73
HexC7734B02A3E16133536
Octal3071631130527626236566
Binary110001111110011100101101010101111101011010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7734b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7734b; }

 p { color: rgb(199,115,75); }

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

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

 a { background-color: rgb(199,115,75); }

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

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

 span { border-color: rgb(199,115,75); }

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