Html Css Color HEX #85483A Nutmeg

📋 copy color: '#85483A'

red 133 ◦ green 72 ◦ blue 58

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

Shades of Nutmeg #85483A

Tints of Nutmeg #85483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 50.57%
G = 27.38%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85483A (or 0x85483A) is known color: Nutmeg. HEX triplet: 85, 48 and 3A. RGB value is (133,72,58). Sum of RGB (Red+Green+Blue) = 133+72+58=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85483A is #7AB7C5. Grayscale: #585858. Windows color (decimal): -8042438 or 3819653. OLE color: 3819653.

HSL color Cylindrical-coordinate representation of color #85483A: hue angle of 11.2º 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 #85483A is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 58 -
CMYK 0 0.46 0.56 0.48
HSL 11.2º 0.39% 0.37% -
HSV(B) 11.2º 0.56% 0.52% -
XYZ 12.75 9.93 5.25 -
YUV 88.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 133 72 58 0 0.46 0.56 0.48 11.2 0.39 0.37
Hex 85 48 3A 0 2E 38 30 B 27 25
Octal 205 110 72 0 56 70 60 13 47 45
Binary 10000101 1001000 111010 0 101110 111000 110000 1011 100111 100101

Color Harmonies of #85483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85483A

Black with #85483A

Text Example


Text Example

White with #85483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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