Html Css Color HEX #834C1D Russet

📋 copy color: '#834C1D'

red 131 ◦ green 76 ◦ blue 29

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

Shades of Russet #834C1D

Tints of Russet #834C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 55.51%
G = 32.2%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#834C1D (or 0x834C1D) is known color: Russet. HEX triplet: 83, 4C and 1D. RGB value is (131,76,29). Sum of RGB (Red+Green+Blue) = 131+76+29=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #834C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C1D is #7CB3E2. Grayscale: #575757. Windows color (decimal): -8172515 or 1920131. OLE color: 1920131.

HSL color Cylindrical-coordinate representation of color #834C1D: hue angle of 27.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #834C1D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 29 -
CMYK 0 0.42 0.78 0.49
HSL 27.65º 0.64% 0.31% -
HSV(B) 27.65º 0.78% 0.51% -
XYZ 12.17 10.08 2.47 -
YUV 87.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 131 76 29 0 0.42 0.78 0.49 27.65 0.64 0.31
Hex 83 4C 1D 0 2A 4E 31 1C 40 1F
Octal 203 114 35 0 52 116 61 34 100 37
Binary 10000011 1001100 11101 0 101010 1001110 110001 11100 1000000 11111

Color Harmonies of #834C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C1D

Black with #834C1D

Text Example


Text Example

White with #834C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,29); }

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

background-color css

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

 a { background-color: rgb(131,76,29); }

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

border-color css

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

 span { border-color: rgb(131,76,29); }

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