Html Css Color HEX #704130 Copper Canyon

📋 copy color: '#704130'

red 112 ◦ green 65 ◦ blue 48

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

Shades of Copper Canyon #704130

Tints of Copper Canyon #704130

RGB

 RED value IS 112 (44.14% from 255) = 49.78%

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 49.78%
G = 28.89%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704130 (or 0x704130) is known color: Copper Canyon. HEX triplet: 70, 41 and 30. RGB value is (112,65,48). Sum of RGB (Red+Green+Blue) = 112+65+48=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704130 is #8FBECF. Grayscale: #4D4D4D. Windows color (decimal): -9420496 or 3162480. OLE color: 3162480.

HSL color Cylindrical-coordinate representation of color #704130: hue angle of 15.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704130 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 48 -
CMYK 0 0.42 0.57 0.56
HSL 15.94º 0.4% 0.31% -
HSV(B) 15.94º 0.57% 0.44% -
XYZ 9.11 7.44 3.75 -
YUV 77.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 112 65 48 0 0.42 0.57 0.56 15.94 0.4 0.31
Hex 70 41 30 0 2A 39 38 10 28 1F
Octal 160 101 60 0 52 71 70 20 50 37
Binary 1110000 1000001 110000 0 101010 111001 111000 10000 101000 11111

Color Harmonies of #704130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704130

Black with #704130

Text Example


Text Example

White with #704130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704130; }

 p { color: rgb(112,65,48); }

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

background-color css

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

 a { background-color: rgb(112,65,48); }

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

border-color css

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

 span { border-color: rgb(112,65,48); }

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