Html Css Color HEX #863B33 Prairie Sand

📋 copy color: '#863B33'

red 134 ◦ green 59 ◦ blue 51

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

Shades of Prairie Sand #863B33

Tints of Prairie Sand #863B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 54.92%
G = 24.18%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863B33 (or 0x863B33) is known color: Prairie Sand. HEX triplet: 86, 3B and 33. RGB value is (134,59,51). Sum of RGB (Red+Green+Blue) = 134+59+51=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #863B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B33 is #79C4CC. Grayscale: #505050. Windows color (decimal): -7980237 or 3357574. OLE color: 3357574.

HSL color Cylindrical-coordinate representation of color #863B33: hue angle of 5.78º 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 #863B33 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 51 -
CMYK 0 0.56 0.62 0.47
HSL 5.78º 0.45% 0.36% -
HSV(B) 5.78º 0.62% 0.53% -
XYZ 11.99 8.44 4.13 -
YUV 80.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 134 59 51 0 0.56 0.62 0.47 5.78 0.45 0.36
Hex 86 3B 33 0 38 3E 2F 6 2D 24
Octal 206 73 63 0 70 76 57 6 55 44
Binary 10000110 111011 110011 0 111000 111110 101111 110 101101 100100

Color Harmonies of #863B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B33

Black with #863B33

Text Example


Text Example

White with #863B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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