Html Css Color HEX #814128 Copper Canyon

📋 copy color: '#814128'

red 129 ◦ green 65 ◦ blue 40

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

Shades of Copper Canyon #814128

Tints of Copper Canyon #814128

RGB

 RED value IS 129 (50.78% from 255) = 55.13%

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

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

R = 55.13%
G = 27.78%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#814128 (or 0x814128) is known color: Copper Canyon. HEX triplet: 81, 41 and 28. RGB value is (129,65,40). Sum of RGB (Red+Green+Blue) = 129+65+40=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #814128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814128 is #7EBED7. Grayscale: #515151. Windows color (decimal): -8306392 or 2638209. OLE color: 2638209.

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

Color convert

RGB 129 65 40 -
CMYK 0 0.50 0.69 0.49
HSL 16.85º 0.53% 0.33% -
HSV(B) 16.85º 0.69% 0.51% -
XYZ 11.33 8.6 3.07 -
YUV 81.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 129 65 40 0 0.50 0.69 0.49 16.85 0.53 0.33
Hex 81 41 28 0 32 45 31 11 35 21
Octal 201 101 50 0 62 105 61 21 65 41
Binary 10000001 1000001 101000 0 110010 1000101 110001 10001 110101 100001

Color Harmonies of #814128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814128

Black with #814128

Text Example


Text Example

White with #814128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814128; }

 p { color: rgb(129,65,40); }

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

background-color css

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

 a { background-color: rgb(129,65,40); }

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

border-color css

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

 span { border-color: rgb(129,65,40); }

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