Html Css Color HEX #863A33 Prairie Sand

📋 copy color: '#863A33'

red 134 ◦ green 58 ◦ blue 51

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

Shades of Prairie Sand #863A33

Tints of Prairie Sand #863A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 55.14%
G = 23.87%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863A33 (or 0x863A33) is known color: Prairie Sand. HEX triplet: 86, 3A and 33. RGB value is (134,58,51). Sum of RGB (Red+Green+Blue) = 134+58+51=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #863A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A33 is #79C5CC. Grayscale: #505050. Windows color (decimal): -7980493 or 3357318. OLE color: 3357318.

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

Color convert

RGB 134 58 51 -
CMYK 0 0.57 0.62 0.47
HSL 5.06º 0.45% 0.36% -
HSV(B) 5.06º 0.62% 0.53% -
XYZ 11.94 8.33 4.11 -
YUV 79.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 134 58 51 0 0.57 0.62 0.47 5.06 0.45 0.36
Hex 86 3A 33 0 39 3E 2F 5 2D 24
Octal 206 72 63 0 71 76 57 5 55 44
Binary 10000110 111010 110011 0 111001 111110 101111 101 101101 100100

Color Harmonies of #863A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A33

Black with #863A33

Text Example


Text Example

White with #863A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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