Html Css Color HEX #8A3D3A Prairie Sand

📋 copy color: '#8A3D3A'

red 138 ◦ green 61 ◦ blue 58

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

Shades of Prairie Sand #8A3D3A

Tints of Prairie Sand #8A3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 53.7%
G = 23.74%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A3D3A (or 0x8A3D3A) is known color: Prairie Sand. HEX triplet: 8A, 3D and 3A. RGB value is (138,61,58). Sum of RGB (Red+Green+Blue) = 138+61+58=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D3A is #75C2C5. Grayscale: #535353. Windows color (decimal): -7717574 or 3816842. OLE color: 3816842.

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

Color convert

RGB 138 61 58 -
CMYK 0 0.56 0.58 0.46
HSL 2.25º 0.41% 0.38% -
HSV(B) 2.25º 0.58% 0.54% -
XYZ 12.91 9.05 5.07 -
YUV 83.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 138 61 58 0 0.56 0.58 0.46 2.25 0.41 0.38
Hex 8A 3D 3A 0 38 3A 2E 2 29 26
Octal 212 75 72 0 70 72 56 2 51 46
Binary 10001010 111101 111010 0 111000 111010 101110 10 101001 100110

Color Harmonies of #8A3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3D3A

Black with #8A3D3A

Text Example


Text Example

White with #8A3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,61,58); }

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

background-color css

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

 a { background-color: rgb(138,61,58); }

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

border-color css

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

 span { border-color: rgb(138,61,58); }

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