Html Css Color HEX #834A1A Russet

📋 copy color: '#834A1A'

red 131 ◦ green 74 ◦ blue 26

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

Shades of Russet #834A1A

Tints of Russet #834A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 56.71%
G = 32.03%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#834A1A (or 0x834A1A) is known color: Russet. HEX triplet: 83, 4A and 1A. RGB value is (131,74,26). Sum of RGB (Red+Green+Blue) = 131+74+26=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #834A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A1A is #7CB5E5. Grayscale: #555555. Windows color (decimal): -8173030 or 1723011. OLE color: 1723011.

HSL color Cylindrical-coordinate representation of color #834A1A: hue angle of 27.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #834A1A is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 74 26 -
CMYK 0 0.44 0.80 0.49
HSL 27.43º 0.67% 0.31% -
HSV(B) 27.43º 0.8% 0.51% -
XYZ 12 9.8 2.24 -
YUV 85.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 131 74 26 0 0.44 0.80 0.49 27.43 0.67 0.31
Hex 83 4A 1A 0 2C 50 31 1B 43 1F
Octal 203 112 32 0 54 120 61 33 103 37
Binary 10000011 1001010 11010 0 101100 1010000 110001 11011 1000011 11111

Color Harmonies of #834A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A1A

Black with #834A1A

Text Example


Text Example

White with #834A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834A1A; }

 p { color: rgb(131,74,26); }

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

background-color css

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

 a { background-color: rgb(131,74,26); }

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

border-color css

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

 span { border-color: rgb(131,74,26); }

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