Html Css Color HEX #873D30 Prairie Sand

📋 copy color: '#873D30'

red 135 ◦ green 61 ◦ blue 48

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

Shades of Prairie Sand #873D30

Tints of Prairie Sand #873D30

RGB

 RED value IS 135 (53.13% from 255) = 55.33%

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 55.33%
G = 25%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#873D30 (or 0x873D30) is known color: Prairie Sand. HEX triplet: 87, 3D and 30. RGB value is (135,61,48). Sum of RGB (Red+Green+Blue) = 135+61+48=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #873D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873D30 is #78C2CF. Grayscale: #515151. Windows color (decimal): -7914192 or 3161479. OLE color: 3161479.

HSL color Cylindrical-coordinate representation of color #873D30: hue angle of 8.97º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873D30 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 61 48 -
CMYK 0 0.55 0.64 0.47
HSL 8.97º 0.48% 0.36% -
HSV(B) 8.97º 0.64% 0.53% -
XYZ 12.19 8.7 3.83 -
YUV 81.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 135 61 48 0 0.55 0.64 0.47 8.97 0.48 0.36
Hex 87 3D 30 0 37 40 2F 9 30 24
Octal 207 75 60 0 67 100 57 11 60 44
Binary 10000111 111101 110000 0 110111 1000000 101111 1001 110000 100100

Color Harmonies of #873D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873D30

Black with #873D30

Text Example


Text Example

White with #873D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873D30; }

 p { color: rgb(135,61,48); }

 H1.HeaderClassName
 {
   color: #873D30;
 }
 .AnyTagClassName
 {
   color: #873D30;
 }
</style>

background-color css

<style>
 a { background-color: #873D30; }

 a { background-color: rgb(135,61,48); }

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

border-color css

<style>
 span { border-color: #873D30; }

 span { border-color: rgb(135,61,48); }

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