Html Css Color HEX #813C27 Copper Canyon

📋 copy color: '#813C27'

red 129 ◦ green 60 ◦ blue 39

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

Shades of Copper Canyon #813C27

Tints of Copper Canyon #813C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

 BLUE value IS 39 (15.63% from 255) = 17.11%

R = 56.58%
G = 26.32%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#813C27 (or 0x813C27) is known color: Copper Canyon. HEX triplet: 81, 3C and 27. RGB value is (129,60,39). Sum of RGB (Red+Green+Blue) = 129+60+39=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C27 is #7EC3D8. Grayscale: #4E4E4E. Windows color (decimal): -8307673 or 2571393. OLE color: 2571393.

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

Color convert

RGB 129 60 39 -
CMYK 0 0.53 0.70 0.49
HSL 14º 0.54% 0.33% -
HSV(B) 14º 0.7% 0.51% -
XYZ 11.04 8.05 2.89 -
YUV 78.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 129 60 39 0 0.53 0.70 0.49 14 0.54 0.33
Hex 81 3C 27 0 35 46 31 E 36 21
Octal 201 74 47 0 65 106 61 16 66 41
Binary 10000001 111100 100111 0 110101 1000110 110001 1110 110110 100001

Color Harmonies of #813C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C27

Black with #813C27

Text Example


Text Example

White with #813C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813C27; }

 p { color: rgb(129,60,39); }

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

background-color css

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

 a { background-color: rgb(129,60,39); }

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

border-color css

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

 span { border-color: rgb(129,60,39); }

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