Html Css Color HEX #824C3E Nutmeg

📋 copy color: '#824C3E'

red 130 ◦ green 76 ◦ blue 62

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

Shades of Nutmeg #824C3E

Tints of Nutmeg #824C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 48.51%
G = 28.36%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#824C3E (or 0x824C3E) is known color: Nutmeg. HEX triplet: 82, 4C and 3E. RGB value is (130,76,62). Sum of RGB (Red+Green+Blue) = 130+76+62=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C3E is #7DB3C1. Grayscale: #5A5A5A. Windows color (decimal): -8238018 or 4082818. OLE color: 4082818.

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

Color convert

RGB 130 76 62 -
CMYK 0 0.42 0.52 0.49
HSL 12.35º 0.35% 0.38% -
HSV(B) 12.35º 0.52% 0.51% -
XYZ 12.66 10.26 5.87 -
YUV 90.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 130 76 62 0 0.42 0.52 0.49 12.35 0.35 0.38
Hex 82 4C 3E 0 2A 34 31 C 23 26
Octal 202 114 76 0 52 64 61 14 43 46
Binary 10000010 1001100 111110 0 101010 110100 110001 1100 100011 100110

Color Harmonies of #824C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C3E

Black with #824C3E

Text Example


Text Example

White with #824C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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