Html Css Color HEX #824C3A Nutmeg

📋 copy color: '#824C3A'

red 130 ◦ green 76 ◦ blue 58

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

Shades of Nutmeg #824C3A

Tints of Nutmeg #824C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 49.24%
G = 28.79%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#824C3A (or 0x824C3A) is known color: Nutmeg. HEX triplet: 82, 4C and 3A. RGB value is (130,76,58). Sum of RGB (Red+Green+Blue) = 130+76+58=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3A is #7DB3C5. Grayscale: #5A5A5A. Windows color (decimal): -8238022 or 3820674. OLE color: 3820674.

HSL color Cylindrical-coordinate representation of color #824C3A: hue angle of 15º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824C3A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 58 -
CMYK 0 0.42 0.55 0.49
HSL 15º 0.38% 0.37% -
HSV(B) 15º 0.55% 0.51% -
XYZ 12.55 10.22 5.31 -
YUV 90.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 130 76 58 0 0.42 0.55 0.49 15 0.38 0.37
Hex 82 4C 3A 0 2A 37 31 F 26 25
Octal 202 114 72 0 52 67 61 17 46 45
Binary 10000010 1001100 111010 0 101010 110111 110001 1111 100110 100101

Color Harmonies of #824C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C3A

Black with #824C3A

Text Example


Text Example

White with #824C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824C3A; }

 p { color: rgb(130,76,58); }

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

background-color css

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

 a { background-color: rgb(130,76,58); }

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

border-color css

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

 span { border-color: rgb(130,76,58); }

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