Html Css Color HEX #834428 Copper Canyon

📋 copy color: '#834428'

red 131 ◦ green 68 ◦ blue 40

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

Shades of Copper Canyon #834428

Tints of Copper Canyon #834428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 54.81%
G = 28.45%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#834428 (or 0x834428) is known color: Copper Canyon. HEX triplet: 83, 44 and 28. RGB value is (131,68,40). Sum of RGB (Red+Green+Blue) = 131+68+40=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #834428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834428 is #7CBBD7. Grayscale: #535353. Windows color (decimal): -8174552 or 2638979. OLE color: 2638979.

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

Color convert

RGB 131 68 40 -
CMYK 0 0.48 0.69 0.49
HSL 18.46º 0.53% 0.34% -
HSV(B) 18.46º 0.69% 0.51% -
XYZ 11.81 9.11 3.14 -
YUV 83.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 131 68 40 0 0.48 0.69 0.49 18.46 0.53 0.34
Hex 83 44 28 0 30 45 31 12 35 22
Octal 203 104 50 0 60 105 61 22 65 42
Binary 10000011 1000100 101000 0 110000 1000101 110001 10010 110101 100010

Color Harmonies of #834428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834428

Black with #834428

Text Example


Text Example

White with #834428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834428; }

 p { color: rgb(131,68,40); }

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

background-color css

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

 a { background-color: rgb(131,68,40); }

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

border-color css

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

 span { border-color: rgb(131,68,40); }

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