Html Css Color HEX #72402F Copper Canyon

📋 copy color: '#72402F'

red 114 ◦ green 64 ◦ blue 47

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

Shades of Copper Canyon #72402F

Tints of Copper Canyon #72402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 50.67%
G = 28.44%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72402F (or 0x72402F) is known color: Copper Canyon. HEX triplet: 72, 40 and 2F. RGB value is (114,64,47). Sum of RGB (Red+Green+Blue) = 114+64+47=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72402F is #8DBFD0. Grayscale: #4D4D4D. Windows color (decimal): -9289681 or 3096690. OLE color: 3096690.

HSL color Cylindrical-coordinate representation of color #72402F: hue angle of 15.22º 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 #72402F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 47 -
CMYK 0 0.44 0.59 0.55
HSL 15.22º 0.42% 0.32% -
HSV(B) 15.22º 0.59% 0.45% -
XYZ 9.29 7.45 3.64 -
YUV 77.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 114 64 47 0 0.44 0.59 0.55 15.22 0.42 0.32
Hex 72 40 2F 0 2C 3B 37 F 2A 20
Octal 162 100 57 0 54 73 67 17 52 40
Binary 1110010 1000000 101111 0 101100 111011 110111 1111 101010 100000

Color Harmonies of #72402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72402F

Black with #72402F

Text Example


Text Example

White with #72402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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