Html Css Color HEX #8A423D Prairie Sand

📋 copy color: '#8A423D'

red 138 ◦ green 66 ◦ blue 61

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

Shades of Prairie Sand #8A423D

Tints of Prairie Sand #8A423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 52.08%
G = 24.91%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A423D (or 0x8A423D) is known color: Prairie Sand. HEX triplet: 8A, 42 and 3D. RGB value is (138,66,61). Sum of RGB (Red+Green+Blue) = 138+66+61=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A423D is #75BDC2. Grayscale: #575757. Windows color (decimal): -7716291 or 4014730. OLE color: 4014730.

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

Color convert

RGB 138 66 61 -
CMYK 0 0.52 0.56 0.46
HSL 3.9º 0.39% 0.39% -
HSV(B) 3.9º 0.56% 0.54% -
XYZ 13.27 9.64 5.58 -
YUV 86.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 138 66 61 0 0.52 0.56 0.46 3.9 0.39 0.39
Hex 8A 42 3D 0 34 38 2E 4 27 27
Octal 212 102 75 0 64 70 56 4 47 47
Binary 10001010 1000010 111101 0 110100 111000 101110 100 100111 100111

Color Harmonies of #8A423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A423D

Black with #8A423D

Text Example


Text Example

White with #8A423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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