Html Css Color HEX #83421E Russet

📋 copy color: '#83421E'

red 131 ◦ green 66 ◦ blue 30

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

Shades of Russet #83421E

Tints of Russet #83421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 57.71%
G = 29.07%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83421E (or 0x83421E) is known color: Russet. HEX triplet: 83, 42 and 1E. RGB value is (131,66,30). Sum of RGB (Red+Green+Blue) = 131+66+30=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83421E is #7CBDE1. Grayscale: #515151. Windows color (decimal): -8175074 or 1983107. OLE color: 1983107.

HSL color Cylindrical-coordinate representation of color #83421E: hue angle of 21.39º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83421E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 30 -
CMYK 0 0.50 0.77 0.49
HSL 21.39º 0.63% 0.32% -
HSV(B) 21.39º 0.77% 0.51% -
XYZ 11.54 8.82 2.32 -
YUV 81.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 131 66 30 0 0.50 0.77 0.49 21.39 0.63 0.32
Hex 83 42 1E 0 32 4D 31 15 3F 20
Octal 203 102 36 0 62 115 61 25 77 40
Binary 10000011 1000010 11110 0 110010 1001101 110001 10101 111111 100000

Color Harmonies of #83421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83421E

Black with #83421E

Text Example


Text Example

White with #83421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83421E; }

 p { color: rgb(131,66,30); }

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

background-color css

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

 a { background-color: rgb(131,66,30); }

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

border-color css

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

 span { border-color: rgb(131,66,30); }

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