#CD7454

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

Shades of Japonica #CD7454

Tints of Japonica #CD7454

Color information

#CD7454 (or 0xCD7454) is unknown color: approx Japonica. HEX triplet: CD, 74 and 54. RGB value is (205,116,84). Sum of RGB (Red+Green+Blue) = 205+116+84=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7454 is #328BAB. Grayscale: #8B8B8B. Windows color (decimal): -3312556 or 5534925. OLE color: 5534925.

HSL color Cylindrical-coordinate representation of color #CD7454: hue angle of 15.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD7454 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20511684-
CMYK00.430.590.20
HSL15.87º54.75%56.67%-
HSV(B)15.87º59.02%80.39%-
XYZ33.0226.1111.69-
YUV138.9696.99175.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.62%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=50.62%
G=28.64%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051168400.430.590.2015.8754.7556.67
HexCD745402B3B14103739
Octal3151641240537324206771
Binary110011011110100101010001010111110111010010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7454; }

 p { color: rgb(205,116,84); }

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

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

 a { background-color: rgb(205,116,84); }

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

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

 span { border-color: rgb(205,116,84); }

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