Html Css Color HEX #723531 Kenyan Copper

📋 copy color: '#723531'

red 114 ◦ green 53 ◦ blue 49

#723531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kenyan Copper #723531

Tints of Kenyan Copper #723531

RGB

 RED value IS 114 (44.92% from 255) = 52.78%

 GREEN value IS 53 (21.09% from 255) = 24.54%

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 52.78%
G = 24.54%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#723531 (or 0x723531) is known color: Kenyan Copper. HEX triplet: 72, 35 and 31. RGB value is (114,53,49). Sum of RGB (Red+Green+Blue) = 114+53+49=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #723531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723531 is #8DCACE. Grayscale: #464646. Windows color (decimal): -9292495 or 3224946. OLE color: 3224946.

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

Color convert

RGB 114 53 49 -
CMYK 0 0.54 0.57 0.55
HSL 3.69º 0.4% 0.32% -
HSV(B) 3.69º 0.57% 0.45% -
XYZ 8.77 6.35 3.67 -
YUV 70.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 114 53 49 0 0.54 0.57 0.55 3.69 0.4 0.32
Hex 72 35 31 0 36 39 37 4 28 20
Octal 162 65 61 0 66 71 67 4 50 40
Binary 1110010 110101 110001 0 110110 111001 110111 100 101000 100000

Color Harmonies of #723531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723531

Black with #723531

Text Example


Text Example

White with #723531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723531; }

 p { color: rgb(114,53,49); }

 H1.HeaderClassName
 {
   color: #723531;
 }
 .AnyTagClassName
 {
   color: #723531;
 }
</style>

background-color css

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

 a { background-color: rgb(114,53,49); }

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

border-color css

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

 span { border-color: rgb(114,53,49); }

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