Html Css Color HEX #823D25 Copper Canyon

📋 copy color: '#823D25'

red 130 ◦ green 61 ◦ blue 37

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

Shades of Copper Canyon #823D25

Tints of Copper Canyon #823D25

RGB

 RED value IS 130 (51.17% from 255) = 57.02%

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 57.02%
G = 26.75%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#823D25 (or 0x823D25) is known color: Copper Canyon. HEX triplet: 82, 3D and 25. RGB value is (130,61,37). Sum of RGB (Red+Green+Blue) = 130+61+37=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #823D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D25 is #7DC2DA. Grayscale: #4F4F4F. Windows color (decimal): -8241883 or 2440578. OLE color: 2440578.

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

Color convert

RGB 130 61 37 -
CMYK 0 0.53 0.72 0.49
HSL 15.48º 0.56% 0.33% -
HSV(B) 15.48º 0.72% 0.51% -
XYZ 11.21 8.22 2.75 -
YUV 78.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 130 61 37 0 0.53 0.72 0.49 15.48 0.56 0.33
Hex 82 3D 25 0 35 48 31 F 38 21
Octal 202 75 45 0 65 110 61 17 70 41
Binary 10000010 111101 100101 0 110101 1001000 110001 1111 111000 100001

Color Harmonies of #823D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D25

Black with #823D25

Text Example


Text Example

White with #823D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823D25; }

 p { color: rgb(130,61,37); }

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

background-color css

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

 a { background-color: rgb(130,61,37); }

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

border-color css

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

 span { border-color: rgb(130,61,37); }

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