Html Css Color HEX #8A4436 Prairie Sand

📋 copy color: '#8A4436'

red 138 ◦ green 68 ◦ blue 54

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

Shades of Prairie Sand #8A4436

Tints of Prairie Sand #8A4436

RGB

 RED value IS 138 (54.3% from 255) = 53.08%

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 53.08%
G = 26.15%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#8A4436 (or 0x8A4436) is known color: Prairie Sand. HEX triplet: 8A, 44 and 36. RGB value is (138,68,54). Sum of RGB (Red+Green+Blue) = 138+68+54=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4436 is #75BBC9. Grayscale: #575757. Windows color (decimal): -7715786 or 3556490. OLE color: 3556490.

HSL color Cylindrical-coordinate representation of color #8A4436: hue angle of 10º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4436 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 68 54 -
CMYK 0 0.51 0.61 0.46
HSL 10º 0.44% 0.38% -
HSV(B) 10º 0.61% 0.54% -
XYZ 13.21 9.8 4.69 -
YUV 87.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 138 68 54 0 0.51 0.61 0.46 10 0.44 0.38
Hex 8A 44 36 0 33 3D 2E A 2C 26
Octal 212 104 66 0 63 75 56 12 54 46
Binary 10001010 1000100 110110 0 110011 111101 101110 1010 101100 100110

Color Harmonies of #8A4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4436

Black with #8A4436

Text Example


Text Example

White with #8A4436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A4436; }

 p { color: rgb(138,68,54); }

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

background-color css

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

 a { background-color: rgb(138,68,54); }

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

border-color css

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

 span { border-color: rgb(138,68,54); }

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