Html Css Color HEX #83452A Copper Canyon

📋 copy color: '#83452A'

red 131 ◦ green 69 ◦ blue 42

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

Shades of Copper Canyon #83452A

Tints of Copper Canyon #83452A

RGB

 RED value IS 131 (51.56% from 255) = 54.13%

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 54.13%
G = 28.51%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83452A (or 0x83452A) is known color: Copper Canyon. HEX triplet: 83, 45 and 2A. RGB value is (131,69,42). Sum of RGB (Red+Green+Blue) = 131+69+42=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83452A is #7CBAD5. Grayscale: #545454. Windows color (decimal): -8174294 or 2770307. OLE color: 2770307.

HSL color Cylindrical-coordinate representation of color #83452A: hue angle of 18.2º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83452A is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 42 -
CMYK 0 0.47 0.68 0.49
HSL 18.2º 0.51% 0.34% -
HSV(B) 18.2º 0.68% 0.51% -
XYZ 11.91 9.25 3.35 -
YUV 84.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 131 69 42 0 0.47 0.68 0.49 18.2 0.51 0.34
Hex 83 45 2A 0 2F 44 31 12 33 22
Octal 203 105 52 0 57 104 61 22 63 42
Binary 10000011 1000101 101010 0 101111 1000100 110001 10010 110011 100010

Color Harmonies of #83452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83452A

Black with #83452A

Text Example


Text Example

White with #83452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83452A; }

 p { color: rgb(131,69,42); }

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

background-color css

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

 a { background-color: rgb(131,69,42); }

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

border-color css

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

 span { border-color: rgb(131,69,42); }

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