#8A433A

Color #8A433A Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #8A433A

Tints of Prairie Sand #8A433A

Color information

#8A433A (or 0x8A433A) is unknown color: approx Prairie Sand. HEX triplet: 8A, 43 and 3A. RGB value is (138,67,58). Sum of RGB (Red+Green+Blue) = 138+67+58=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A433A is #75BCC5. Grayscale: #575757. Windows color (decimal): -7716038 or 3818378. OLE color: 3818378.

HSL color Cylindrical-coordinate representation of color #8A433A: hue angle of 6.75º 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 #8A433A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1386758-
CMYK00.510.580.46
HSL6.75º40.82%38.43%-
HSV(B)6.75º57.97%54.12%-
XYZ13.259.725.18-
YUV87.2111.52164.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=52.47%
G=25.48%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138675800.510.580.466.7540.8238.43
Hex8A433A0333A2E72926
Octal21210372063725675146
Binary1000101010000111110100110011111010101110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A433A;
 }
 .AnyTagClassName
 {
   color: #8A433A;
 }
</style>
background-color css

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

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

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

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

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

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