Html Css Color HEX #85622F Rusty Nail

📋 copy color: '#85622F'

red 133 ◦ green 98 ◦ blue 47

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

Shades of Rusty Nail #85622F

Tints of Rusty Nail #85622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 47.84%
G = 35.25%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85622F (or 0x85622F) is known color: Rusty Nail. HEX triplet: 85, 62 and 2F. RGB value is (133,98,47). Sum of RGB (Red+Green+Blue) = 133+98+47=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85622F is #7A9DD0. Grayscale: #666666. Windows color (decimal): -8035793 or 3105413. OLE color: 3105413.

HSL color Cylindrical-coordinate representation of color #85622F: hue angle of 35.58º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85622F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 47 -
CMYK 0 0.26 0.65 0.48
HSL 35.58º 0.48% 0.35% -
HSV(B) 35.58º 0.65% 0.52% -
XYZ 14.55 13.93 4.61 -
YUV 102.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 133 98 47 0 0.26 0.65 0.48 35.58 0.48 0.35
Hex 85 62 2F 0 1A 41 30 24 30 23
Octal 205 142 57 0 32 101 60 44 60 43
Binary 10000101 1100010 101111 0 11010 1000001 110000 100100 110000 100011

Color Harmonies of #85622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85622F

Black with #85622F

Text Example


Text Example

White with #85622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85622F; }

 p { color: rgb(133,98,47); }

 H1.HeaderClassName
 {
   color: #85622F;
 }
 .AnyTagClassName
 {
   color: #85622F;
 }
</style>

background-color css

<style>
 a { background-color: #85622F; }

 a { background-color: rgb(133,98,47); }

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

border-color css

<style>
 span { border-color: #85622F; }

 span { border-color: rgb(133,98,47); }

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