Html Css Color HEX #834024 Copper Canyon

📋 copy color: '#834024'

red 131 ◦ green 64 ◦ blue 36

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

Shades of Copper Canyon #834024

Tints of Copper Canyon #834024

RGB

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

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

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

R = 56.71%
G = 27.71%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#834024 (or 0x834024) is known color: Copper Canyon. HEX triplet: 83, 40 and 24. RGB value is (131,64,36). Sum of RGB (Red+Green+Blue) = 131+64+36=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834024 is #7CBFDB. Grayscale: #515151. Windows color (decimal): -8175580 or 2375811. OLE color: 2375811.

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

Color convert

RGB 131 64 36 -
CMYK 0 0.51 0.73 0.49
HSL 17.68º 0.57% 0.33% -
HSV(B) 17.68º 0.73% 0.51% -
XYZ 11.51 8.62 2.73 -
YUV 80.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 131 64 36 0 0.51 0.73 0.49 17.68 0.57 0.33
Hex 83 40 24 0 33 49 31 12 39 21
Octal 203 100 44 0 63 111 61 22 71 41
Binary 10000011 1000000 100100 0 110011 1001001 110001 10010 111001 100001

Color Harmonies of #834024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834024

Black with #834024

Text Example


Text Example

White with #834024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834024; }

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

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

background-color css

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

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

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

border-color css

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

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

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