Html Css Color HEX #824536 Nutmeg

📋 copy color: '#824536'

red 130 ◦ green 69 ◦ blue 54

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

Shades of Nutmeg #824536

Tints of Nutmeg #824536

RGB

 RED value IS 130 (51.17% from 255) = 51.38%

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 51.38%
G = 27.27%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#824536 (or 0x824536) is known color: Nutmeg. HEX triplet: 82, 45 and 36. RGB value is (130,69,54). Sum of RGB (Red+Green+Blue) = 130+69+54=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #824536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824536 is #7DBAC9. Grayscale: #555555. Windows color (decimal): -8239818 or 3556738. OLE color: 3556738.

HSL color Cylindrical-coordinate representation of color #824536: hue angle of 11.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824536 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 69 54 -
CMYK 0 0.47 0.58 0.49
HSL 11.84º 0.41% 0.36% -
HSV(B) 11.84º 0.58% 0.51% -
XYZ 12 9.27 4.65 -
YUV 85.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 130 69 54 0 0.47 0.58 0.49 11.84 0.41 0.36
Hex 82 45 36 0 2F 3A 31 C 29 24
Octal 202 105 66 0 57 72 61 14 51 44
Binary 10000010 1000101 110110 0 101111 111010 110001 1100 101001 100100

Color Harmonies of #824536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824536

Black with #824536

Text Example


Text Example

White with #824536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824536; }

 p { color: rgb(130,69,54); }

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

background-color css

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

 a { background-color: rgb(130,69,54); }

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

border-color css

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

 span { border-color: rgb(130,69,54); }

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