Html Css Color HEX #813C25 Copper Canyon

📋 copy color: '#813C25'

red 129 ◦ green 60 ◦ blue 37

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

Shades of Copper Canyon #813C25

Tints of Copper Canyon #813C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 57.08%
G = 26.55%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#813C25 (or 0x813C25) is known color: Copper Canyon. HEX triplet: 81, 3C and 25. RGB value is (129,60,37). Sum of RGB (Red+Green+Blue) = 129+60+37=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C25 is #7EC3DA. Grayscale: #4E4E4E. Windows color (decimal): -8307675 or 2440321. OLE color: 2440321.

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

Color convert

RGB 129 60 37 -
CMYK 0 0.53 0.71 0.49
HSL 15º 0.55% 0.33% -
HSV(B) 15º 0.71% 0.51% -
XYZ 11 8.03 2.72 -
YUV 78.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 129 60 37 0 0.53 0.71 0.49 15 0.55 0.33
Hex 81 3C 25 0 35 47 31 F 37 21
Octal 201 74 45 0 65 107 61 17 67 41
Binary 10000001 111100 100101 0 110101 1000111 110001 1111 110111 100001

Color Harmonies of #813C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813C25

Black with #813C25

Text Example


Text Example

White with #813C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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