Html Css Color HEX #85463A Nutmeg

📋 copy color: '#85463A'

red 133 ◦ green 70 ◦ blue 58

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

Shades of Nutmeg #85463A

Tints of Nutmeg #85463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 50.96%
G = 26.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85463A (or 0x85463A) is known color: Nutmeg. HEX triplet: 85, 46 and 3A. RGB value is (133,70,58). Sum of RGB (Red+Green+Blue) = 133+70+58=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463A is #7AB9C5. Grayscale: #575757. Windows color (decimal): -8042950 or 3819141. OLE color: 3819141.

HSL color Cylindrical-coordinate representation of color #85463A: hue angle of 9.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85463A is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 58 -
CMYK 0 0.47 0.56 0.48
HSL 9.6º 0.39% 0.37% -
HSV(B) 9.6º 0.56% 0.52% -
XYZ 12.63 9.67 5.2 -
YUV 87.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 133 70 58 0 0.47 0.56 0.48 9.6 0.39 0.37
Hex 85 46 3A 0 2F 38 30 A 27 25
Octal 205 106 72 0 57 70 60 12 47 45
Binary 10000101 1000110 111010 0 101111 111000 110000 1010 100111 100101

Color Harmonies of #85463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85463A

Black with #85463A

Text Example


Text Example

White with #85463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,70,58); }

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

background-color css

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

 a { background-color: rgb(133,70,58); }

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

border-color css

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

 span { border-color: rgb(133,70,58); }

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