Html Css Color HEX #824B3F Nutmeg

📋 copy color: '#824B3F'

red 130 ◦ green 75 ◦ blue 63

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

Shades of Nutmeg #824B3F

Tints of Nutmeg #824B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 48.51%
G = 27.99%
B = 23.51%

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

#824B3F (or 0x824B3F) is known color: Nutmeg. HEX triplet: 82, 4B and 3F. RGB value is (130,75,63). Sum of RGB (Red+Green+Blue) = 130+75+63=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B3F is #7DB4C0. Grayscale: #5A5A5A. Windows color (decimal): -8238273 or 4148098. OLE color: 4148098.

HSL color Cylindrical-coordinate representation of color #824B3F: hue angle of 10.75º 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 #824B3F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 75 63 -
CMYK 0 0.42 0.52 0.49
HSL 10.75º 0.35% 0.38% -
HSV(B) 10.75º 0.52% 0.51% -
XYZ 12.62 10.14 5.99 -
YUV 90.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 130 75 63 0 0.42 0.52 0.49 10.75 0.35 0.38
Hex 82 4B 3F 0 2A 34 31 B 23 26
Octal 202 113 77 0 52 64 61 13 43 46
Binary 10000010 1001011 111111 0 101010 110100 110001 1011 100011 100110

Color Harmonies of #824B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B3F

Black with #824B3F

Text Example


Text Example

White with #824B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,63); }

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

background-color css

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

 a { background-color: rgb(130,75,63); }

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

border-color css

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

 span { border-color: rgb(130,75,63); }

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