Html Css Color HEX #834026 Copper Canyon

📋 copy color: '#834026'

red 131 ◦ green 64 ◦ blue 38

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

Shades of Copper Canyon #834026

Tints of Copper Canyon #834026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 56.22%
G = 27.47%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#834026 (or 0x834026) is known color: Copper Canyon. HEX triplet: 83, 40 and 26. RGB value is (131,64,38). Sum of RGB (Red+Green+Blue) = 131+64+38=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #834026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834026 is #7CBFD9. Grayscale: #515151. Windows color (decimal): -8175578 or 2506883. OLE color: 2506883.

HSL color Cylindrical-coordinate representation of color #834026: hue angle of 16.77º 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 #834026 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 38 -
CMYK 0 0.51 0.71 0.49
HSL 16.77º 0.55% 0.33% -
HSV(B) 16.77º 0.71% 0.51% -
XYZ 11.54 8.63 2.89 -
YUV 81.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 131 64 38 0 0.51 0.71 0.49 16.77 0.55 0.33
Hex 83 40 26 0 33 47 31 11 37 21
Octal 203 100 46 0 63 107 61 21 67 41
Binary 10000011 1000000 100110 0 110011 1000111 110001 10001 110111 100001

Color Harmonies of #834026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834026

Black with #834026

Text Example


Text Example

White with #834026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834026; }

 p { color: rgb(131,64,38); }

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

background-color css

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

 a { background-color: rgb(131,64,38); }

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

border-color css

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

 span { border-color: rgb(131,64,38); }

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