Html Css Color HEX #86431C Russet

📋 copy color: '#86431C'

red 134 ◦ green 67 ◦ blue 28

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

Shades of Russet #86431C

Tints of Russet #86431C

RGB

 RED value IS 134 (52.73% from 255) = 58.52%

 GREEN value IS 67 (26.56% from 255) = 29.26%

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 58.52%
G = 29.26%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86431C (or 0x86431C) is known color: Russet. HEX triplet: 86, 43 and 1C. RGB value is (134,67,28). Sum of RGB (Red+Green+Blue) = 134+67+28=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86431C is #79BCE3. Grayscale: #525252. Windows color (decimal): -7978212 or 1852294. OLE color: 1852294.

HSL color Cylindrical-coordinate representation of color #86431C: hue angle of 22.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86431C is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 28 -
CMYK 0 0.5 0.79 0.47
HSL 22.08º 0.65% 0.32% -
HSV(B) 22.08º 0.79% 0.53% -
XYZ 12.05 9.17 2.23 -
YUV 82.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 134 67 28 0 0.5 0.79 0.47 22.08 0.65 0.32
Hex 86 43 1C 0 32 4F 2F 16 41 20
Octal 206 103 34 0 62 117 57 26 101 40
Binary 10000110 1000011 11100 0 110010 1001111 101111 10110 1000001 100000

Color Harmonies of #86431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86431C

Black with #86431C

Text Example


Text Example

White with #86431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86431C; }

 p { color: rgb(134,67,28); }

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

background-color css

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

 a { background-color: rgb(134,67,28); }

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

border-color css

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

 span { border-color: rgb(134,67,28); }

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