Html Css Color HEX #72412F Copper Canyon

📋 copy color: '#72412F'

red 114 ◦ green 65 ◦ blue 47

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

Shades of Copper Canyon #72412F

Tints of Copper Canyon #72412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 50.44%
G = 28.76%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72412F (or 0x72412F) is known color: Copper Canyon. HEX triplet: 72, 41 and 2F. RGB value is (114,65,47). Sum of RGB (Red+Green+Blue) = 114+65+47=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72412F is #8DBED0. Grayscale: #4D4D4D. Windows color (decimal): -9289425 or 3096946. OLE color: 3096946.

HSL color Cylindrical-coordinate representation of color #72412F: hue angle of 16.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72412F is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 65 47 -
CMYK 0 0.43 0.59 0.55
HSL 16.12º 0.42% 0.32% -
HSV(B) 16.12º 0.59% 0.45% -
XYZ 9.34 7.56 3.66 -
YUV 77.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 114 65 47 0 0.43 0.59 0.55 16.12 0.42 0.32
Hex 72 41 2F 0 2B 3B 37 10 2A 20
Octal 162 101 57 0 53 73 67 20 52 40
Binary 1110010 1000001 101111 0 101011 111011 110111 10000 101010 100000

Color Harmonies of #72412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72412F

Black with #72412F

Text Example


Text Example

White with #72412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72412F; }

 p { color: rgb(114,65,47); }

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

background-color css

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

 a { background-color: rgb(114,65,47); }

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

border-color css

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

 span { border-color: rgb(114,65,47); }

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