Html Css Color HEX #824E3C Nutmeg

📋 copy color: '#824E3C'

red 130 ◦ green 78 ◦ blue 60

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

Shades of Nutmeg #824E3C

Tints of Nutmeg #824E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 60 (23.83% from 255) = 22.39%

R = 48.51%
G = 29.1%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#824E3C (or 0x824E3C) is known color: Nutmeg. HEX triplet: 82, 4E and 3C. RGB value is (130,78,60). Sum of RGB (Red+Green+Blue) = 130+78+60=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E3C is #7DB1C3. Grayscale: #5B5B5B. Windows color (decimal): -8237508 or 3952258. OLE color: 3952258.

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

Color convert

RGB 130 78 60 -
CMYK 0 0.40 0.54 0.49
HSL 15.43º 0.37% 0.37% -
HSV(B) 15.43º 0.54% 0.51% -
XYZ 12.75 10.52 5.63 -
YUV 91.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 130 78 60 0 0.40 0.54 0.49 15.43 0.37 0.37
Hex 82 4E 3C 0 28 36 31 F 25 25
Octal 202 116 74 0 50 66 61 17 45 45
Binary 10000010 1001110 111100 0 101000 110110 110001 1111 100101 100101

Color Harmonies of #824E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E3C

Black with #824E3C

Text Example


Text Example

White with #824E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,78,60); }

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

background-color css

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

 a { background-color: rgb(130,78,60); }

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

border-color css

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

 span { border-color: rgb(130,78,60); }

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