Html Css Color HEX #824F45 Ironstone

📋 copy color: '#824F45'

red 130 ◦ green 79 ◦ blue 69

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

Shades of Ironstone #824F45

Tints of Ironstone #824F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 46.76%
G = 28.42%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824F45 (or 0x824F45) is known color: Ironstone. HEX triplet: 82, 4F and 45. RGB value is (130,79,69). Sum of RGB (Red+Green+Blue) = 130+79+69=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F45 is #7DB0BA. Grayscale: #5D5D5D. Windows color (decimal): -8237243 or 4542338. OLE color: 4542338.

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

Color convert

RGB 130 79 69 -
CMYK 0 0.39 0.47 0.49
HSL 9.84º 0.31% 0.39% -
HSV(B) 9.84º 0.47% 0.51% -
XYZ 13.08 10.77 7.02 -
YUV 93.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 130 79 69 0 0.39 0.47 0.49 9.84 0.31 0.39
Hex 82 4F 45 0 27 2F 31 A 1F 27
Octal 202 117 105 0 47 57 61 12 37 47
Binary 10000010 1001111 1000101 0 100111 101111 110001 1010 11111 100111

Color Harmonies of #824F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F45

Black with #824F45

Text Example


Text Example

White with #824F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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