Html Css Color HEX #704230 Copper Canyon

📋 copy color: '#704230'

red 112 ◦ green 66 ◦ blue 48

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

Shades of Copper Canyon #704230

Tints of Copper Canyon #704230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 49.56%
G = 29.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#704230 (or 0x704230) is known color: Copper Canyon. HEX triplet: 70, 42 and 30. RGB value is (112,66,48). Sum of RGB (Red+Green+Blue) = 112+66+48=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704230 is #8FBDCF. Grayscale: #4D4D4D. Windows color (decimal): -9420240 or 3162736. OLE color: 3162736.

HSL color Cylindrical-coordinate representation of color #704230: hue angle of 16.88º 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 #704230 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 48 -
CMYK 0 0.41 0.57 0.56
HSL 16.88º 0.4% 0.31% -
HSV(B) 16.88º 0.57% 0.44% -
XYZ 9.16 7.55 3.77 -
YUV 77.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 112 66 48 0 0.41 0.57 0.56 16.88 0.4 0.31
Hex 70 42 30 0 29 39 38 11 28 1F
Octal 160 102 60 0 51 71 70 21 50 37
Binary 1110000 1000010 110000 0 101001 111001 111000 10001 101000 11111

Color Harmonies of #704230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704230

Black with #704230

Text Example


Text Example

White with #704230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704230; }

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

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

background-color css

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

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

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

border-color css

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

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

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