Html Css Color HEX #863A32 Prairie Sand

📋 copy color: '#863A32'

red 134 ◦ green 58 ◦ blue 50

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

Shades of Prairie Sand #863A32

Tints of Prairie Sand #863A32

RGB

 RED value IS 134 (52.73% from 255) = 55.37%

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 55.37%
G = 23.97%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863A32 (or 0x863A32) is known color: Prairie Sand. HEX triplet: 86, 3A and 32. RGB value is (134,58,50). Sum of RGB (Red+Green+Blue) = 134+58+50=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A32 is #79C5CD. Grayscale: #4F4F4F. Windows color (decimal): -7980494 or 3291782. OLE color: 3291782.

HSL color Cylindrical-coordinate representation of color #863A32: hue angle of 5.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863A32 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 50 -
CMYK 0 0.57 0.63 0.47
HSL 5.71º 0.46% 0.36% -
HSV(B) 5.71º 0.63% 0.53% -
XYZ 11.92 8.32 4 -
YUV 79.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 134 58 50 0 0.57 0.63 0.47 5.71 0.46 0.36
Hex 86 3A 32 0 39 3F 2F 6 2E 24
Octal 206 72 62 0 71 77 57 6 56 44
Binary 10000110 111010 110010 0 111001 111111 101111 110 101110 100100

Color Harmonies of #863A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A32

Black with #863A32

Text Example


Text Example

White with #863A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A32; }

 p { color: rgb(134,58,50); }

 H1.HeaderClassName
 {
   color: #863A32;
 }
 .AnyTagClassName
 {
   color: #863A32;
 }
</style>

background-color css

<style>
 a { background-color: #863A32; }

 a { background-color: rgb(134,58,50); }

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

border-color css

<style>
 span { border-color: #863A32; }

 span { border-color: rgb(134,58,50); }

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