Html Css Color HEX #823D27 Copper Canyon

📋 copy color: '#823D27'

red 130 ◦ green 61 ◦ blue 39

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

Shades of Copper Canyon #823D27

Tints of Copper Canyon #823D27

RGB

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

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

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

R = 56.52%
G = 26.52%
B = 16.96%

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

#823D27 (or 0x823D27) is known color: Copper Canyon. HEX triplet: 82, 3D and 27. RGB value is (130,61,39). Sum of RGB (Red+Green+Blue) = 130+61+39=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #823D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823D27 is #7DC2D8. Grayscale: #4F4F4F. Windows color (decimal): -8241881 or 2571650. OLE color: 2571650.

HSL color Cylindrical-coordinate representation of color #823D27: hue angle of 14.51º 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 #823D27 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 61 39 -
CMYK 0 0.53 0.70 0.49
HSL 14.51º 0.54% 0.33% -
HSV(B) 14.51º 0.7% 0.51% -
XYZ 11.24 8.23 2.92 -
YUV 79.12 105.36 164.29 -
System Red Green Blue C M Y K H S L
Decimal 130 61 39 0 0.53 0.70 0.49 14.51 0.54 0.33
Hex 82 3D 27 0 35 46 31 F 36 21
Octal 202 75 47 0 65 106 61 17 66 41
Binary 10000010 111101 100111 0 110101 1000110 110001 1111 110110 100001

Color Harmonies of #823D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D27

Black with #823D27

Text Example


Text Example

White with #823D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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