Html Css Color HEX #85531A Russet

📋 copy color: '#85531A'

red 133 ◦ green 83 ◦ blue 26

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

Shades of Russet #85531A

Tints of Russet #85531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 54.96%
G = 34.3%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85531A (or 0x85531A) is known color: Russet. HEX triplet: 85, 53 and 1A. RGB value is (133,83,26). Sum of RGB (Red+Green+Blue) = 133+83+26=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85531A is #7AACE5. Grayscale: #5B5B5B. Windows color (decimal): -8039654 or 1725317. OLE color: 1725317.

HSL color Cylindrical-coordinate representation of color #85531A: hue angle of 31.96º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85531A is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 26 -
CMYK 0 0.38 0.80 0.48
HSL 31.96º 0.67% 0.31% -
HSV(B) 31.96º 0.8% 0.52% -
XYZ 12.95 11.25 2.47 -
YUV 91.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 133 83 26 0 0.38 0.80 0.48 31.96 0.67 0.31
Hex 85 53 1A 0 26 50 30 20 43 1F
Octal 205 123 32 0 46 120 60 40 103 37
Binary 10000101 1010011 11010 0 100110 1010000 110000 100000 1000011 11111

Color Harmonies of #85531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85531A

Black with #85531A

Text Example


Text Example

White with #85531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85531A; }

 p { color: rgb(133,83,26); }

 H1.HeaderClassName
 {
   color: #85531A;
 }
 .AnyTagClassName
 {
   color: #85531A;
 }
</style>

background-color css

<style>
 a { background-color: #85531A; }

 a { background-color: rgb(133,83,26); }

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

border-color css

<style>
 span { border-color: #85531A; }

 span { border-color: rgb(133,83,26); }

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