Html Css Color HEX #85431E Russet

📋 copy color: '#85431E'

red 133 ◦ green 67 ◦ blue 30

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

Shades of Russet #85431E

Tints of Russet #85431E

RGB

 RED value IS 133 (52.34% from 255) = 57.83%

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

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

R = 57.83%
G = 29.13%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85431E (or 0x85431E) is known color: Russet. HEX triplet: 85, 43 and 1E. RGB value is (133,67,30). Sum of RGB (Red+Green+Blue) = 133+67+30=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85431E is #7ABCE1. Grayscale: #525252. Windows color (decimal): -8043746 or 1983365. OLE color: 1983365.

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

Color convert

RGB 133 67 30 -
CMYK 0 0.50 0.77 0.48
HSL 21.55º 0.63% 0.32% -
HSV(B) 21.55º 0.77% 0.52% -
XYZ 11.91 9.09 2.36 -
YUV 82.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 133 67 30 0 0.50 0.77 0.48 21.55 0.63 0.32
Hex 85 43 1E 0 32 4D 30 16 3F 20
Octal 205 103 36 0 62 115 60 26 77 40
Binary 10000101 1000011 11110 0 110010 1001101 110000 10110 111111 100000

Color Harmonies of #85431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85431E

Black with #85431E

Text Example


Text Example

White with #85431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,67,30); }

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

background-color css

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

 a { background-color: rgb(133,67,30); }

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

border-color css

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

 span { border-color: rgb(133,67,30); }

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