Html Css Color HEX #824F3F Ironstone

📋 copy color: '#824F3F'

red 130 ◦ green 79 ◦ blue 63

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

Shades of Ironstone #824F3F

Tints of Ironstone #824F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

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

R = 47.79%
G = 29.04%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#824F3F (or 0x824F3F) is known color: Ironstone. HEX triplet: 82, 4F and 3F. RGB value is (130,79,63). Sum of RGB (Red+Green+Blue) = 130+79+63=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F3F is #7DB0C0. Grayscale: #5C5C5C. Windows color (decimal): -8237249 or 4149122. OLE color: 4149122.

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

Color convert

RGB 130 79 63 -
CMYK 0 0.39 0.52 0.49
HSL 14.33º 0.35% 0.38% -
HSV(B) 14.33º 0.52% 0.51% -
XYZ 12.9 10.7 6.09 -
YUV 92.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 130 79 63 0 0.39 0.52 0.49 14.33 0.35 0.38
Hex 82 4F 3F 0 27 34 31 E 23 26
Octal 202 117 77 0 47 64 61 16 43 46
Binary 10000010 1001111 111111 0 100111 110100 110001 1110 100011 100110

Color Harmonies of #824F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F3F

Black with #824F3F

Text Example


Text Example

White with #824F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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