Html Css Color HEX #834027 Copper Canyon

📋 copy color: '#834027'

red 131 ◦ green 64 ◦ blue 39

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

Shades of Copper Canyon #834027

Tints of Copper Canyon #834027

RGB

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

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

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

R = 55.98%
G = 27.35%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#834027 (or 0x834027) is known color: Copper Canyon. HEX triplet: 83, 40 and 27. RGB value is (131,64,39). Sum of RGB (Red+Green+Blue) = 131+64+39=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #834027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834027 is #7CBFD8. Grayscale: #515151. Windows color (decimal): -8175577 or 2572419. OLE color: 2572419.

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

Color convert

RGB 131 64 39 -
CMYK 0 0.51 0.70 0.49
HSL 16.3º 0.54% 0.33% -
HSV(B) 16.3º 0.7% 0.51% -
XYZ 11.56 8.64 2.98 -
YUV 81.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 131 64 39 0 0.51 0.70 0.49 16.3 0.54 0.33
Hex 83 40 27 0 33 46 31 10 36 21
Octal 203 100 47 0 63 106 61 20 66 41
Binary 10000011 1000000 100111 0 110011 1000110 110001 10000 110110 100001

Color Harmonies of #834027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834027

Black with #834027

Text Example


Text Example

White with #834027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834027; }

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

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

background-color css

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

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

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

border-color css

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

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

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