Html Css Color HEX #825745 Ironstone

📋 copy color: '#825745'

red 130 ◦ green 87 ◦ blue 69

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

Shades of Ironstone #825745

Tints of Ironstone #825745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 45.45%
G = 30.42%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#825745 (or 0x825745) is known color: Ironstone. HEX triplet: 82, 57 and 45. RGB value is (130,87,69). Sum of RGB (Red+Green+Blue) = 130+87+69=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825745 is #7DA8BA. Grayscale: #616161. Windows color (decimal): -8235195 or 4544386. OLE color: 4544386.

HSL color Cylindrical-coordinate representation of color #825745: hue angle of 17.7º 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 #825745 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 69 -
CMYK 0 0.33 0.47 0.49
HSL 17.7º 0.31% 0.39% -
HSV(B) 17.7º 0.47% 0.51% -
XYZ 13.69 11.99 7.22 -
YUV 97.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 130 87 69 0 0.33 0.47 0.49 17.7 0.31 0.39
Hex 82 57 45 0 21 2F 31 12 1F 27
Octal 202 127 105 0 41 57 61 22 37 47
Binary 10000010 1010111 1000101 0 100001 101111 110001 10010 11111 100111

Color Harmonies of #825745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825745

Black with #825745

Text Example


Text Example

White with #825745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825745; }

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

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

background-color css

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

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

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

border-color css

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

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

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