Html Css Color HEX #834124 Copper Canyon

📋 copy color: '#834124'

red 131 ◦ green 65 ◦ blue 36

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

Shades of Copper Canyon #834124

Tints of Copper Canyon #834124

RGB

 RED value IS 131 (51.56% from 255) = 56.47%

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 56.47%
G = 28.02%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#834124 (or 0x834124) is known color: Copper Canyon. HEX triplet: 83, 41 and 24. RGB value is (131,65,36). Sum of RGB (Red+Green+Blue) = 131+65+36=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #834124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834124 is #7CBEDB. Grayscale: #515151. Windows color (decimal): -8175324 or 2376067. OLE color: 2376067.

HSL color Cylindrical-coordinate representation of color #834124: hue angle of 18.32º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #834124 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 65 36 -
CMYK 0 0.50 0.73 0.49
HSL 18.32º 0.57% 0.33% -
HSV(B) 18.32º 0.73% 0.51% -
XYZ 11.57 8.73 2.75 -
YUV 81.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 131 65 36 0 0.50 0.73 0.49 18.32 0.57 0.33
Hex 83 41 24 0 32 49 31 12 39 21
Octal 203 101 44 0 62 111 61 22 71 41
Binary 10000011 1000001 100100 0 110010 1001001 110001 10010 111001 100001

Color Harmonies of #834124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834124

Black with #834124

Text Example


Text Example

White with #834124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834124; }

 p { color: rgb(131,65,36); }

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

background-color css

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

 a { background-color: rgb(131,65,36); }

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

border-color css

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

 span { border-color: rgb(131,65,36); }

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