#723430

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

Shades of Kenyan Copper #723430

Tints of Kenyan Copper #723430

Color information

#723430 (or 0x723430) is unknown color: approx Kenyan Copper. HEX triplet: 72, 34 and 30. RGB value is (114,52,48). Sum of RGB (Red+Green+Blue) = 114+52+48=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #723430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723430 is #8DCBCF. Grayscale: #464646. Windows color (decimal): -9292752 or 3159154. OLE color: 3159154.

HSL color Cylindrical-coordinate representation of color #723430: hue angle of 3.64º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #723430 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1145248-
CMYK00.540.580.55
HSL3.64º40.74%31.76%-
HSV(B)3.64º57.89%44.71%-
XYZ8.76.253.54-
YUV70.08115.54159.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=53.27%
G=24.30%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114524800.540.580.553.6440.7431.76
Hex7234300363A3742920
Octal1626460066726745140
Binary11100101101001100000110110111010110111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723430; }

 p { color: rgb(114,52,48); }

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

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

 a { background-color: rgb(114,52,48); }

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

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

 span { border-color: rgb(114,52,48); }

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