Html Css Color HEX #823F28 Copper Canyon

📋 copy color: '#823F28'

red 130 ◦ green 63 ◦ blue 40

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

Shades of Copper Canyon #823F28

Tints of Copper Canyon #823F28

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 55.79%
G = 27.04%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#823F28 (or 0x823F28) is known color: Copper Canyon. HEX triplet: 82, 3F and 28. RGB value is (130,63,40). Sum of RGB (Red+Green+Blue) = 130+63+40=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823F28 is #7DC0D7. Grayscale: #505050. Windows color (decimal): -8241368 or 2637698. OLE color: 2637698.

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

Color convert

RGB 130 63 40 -
CMYK 0 0.52 0.69 0.49
HSL 15.33º 0.53% 0.33% -
HSV(B) 15.33º 0.69% 0.51% -
XYZ 11.37 8.45 3.04 -
YUV 80.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 130 63 40 0 0.52 0.69 0.49 15.33 0.53 0.33
Hex 82 3F 28 0 34 45 31 F 35 21
Octal 202 77 50 0 64 105 61 17 65 41
Binary 10000010 111111 101000 0 110100 1000101 110001 1111 110101 100001

Color Harmonies of #823F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823F28

Black with #823F28

Text Example


Text Example

White with #823F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,63,40); }

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

background-color css

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

 a { background-color: rgb(130,63,40); }

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

border-color css

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

 span { border-color: rgb(130,63,40); }

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