#C5534B

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

Shades of Sunset #C5534B

Tints of Sunset #C5534B

Color information

#C5534B (or 0xC5534B) is unknown color: approx Sunset. HEX triplet: C5, 53 and 4B. RGB value is (197,83,75). Sum of RGB (Red+Green+Blue) = 197+83+75=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5534B is #3AACB4. Grayscale: #747474. Windows color (decimal): -3845301 or 4936645. OLE color: 4936645.

HSL color Cylindrical-coordinate representation of color #C5534B: hue angle of 3.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5534B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1978375-
CMYK00.580.620.23
HSL3.93º51.26%53.33%-
HSV(B)3.93º61.93%77.25%-
XYZ27.3918.568.8-
YUV116.17104.77185.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=55.49%
G=23.38%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197837500.580.620.233.9351.2653.33
HexC5534B03A3E1743335
Octal305123113072762746365
Binary1100010110100111001011011101011111010111100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5534B; }

 p { color: rgb(197,83,75); }

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

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

 a { background-color: rgb(197,83,75); }

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

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

 span { border-color: rgb(197,83,75); }

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