Html Css Color HEX #8A4037 Prairie Sand

📋 copy color: '#8A4037'

red 138 ◦ green 64 ◦ blue 55

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

Shades of Prairie Sand #8A4037

Tints of Prairie Sand #8A4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 53.7%
G = 24.9%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A4037 (or 0x8A4037) is known color: Prairie Sand. HEX triplet: 8A, 40 and 37. RGB value is (138,64,55). Sum of RGB (Red+Green+Blue) = 138+64+55=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4037 is #75BFC8. Grayscale: #555555. Windows color (decimal): -7716809 or 3621002. OLE color: 3621002.

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

Color convert

RGB 138 64 55 -
CMYK 0 0.54 0.60 0.46
HSL 6.51º 0.43% 0.38% -
HSV(B) 6.51º 0.6% 0.54% -
XYZ 13 9.35 4.73 -
YUV 85.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 138 64 55 0 0.54 0.60 0.46 6.51 0.43 0.38
Hex 8A 40 37 0 36 3C 2E 7 2B 26
Octal 212 100 67 0 66 74 56 7 53 46
Binary 10001010 1000000 110111 0 110110 111100 101110 111 101011 100110

Color Harmonies of #8A4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4037

Black with #8A4037

Text Example


Text Example

White with #8A4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,64,55); }

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

background-color css

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

 a { background-color: rgb(138,64,55); }

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

border-color css

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

 span { border-color: rgb(138,64,55); }

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